diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-25 19:17:05 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-25 19:17:05 -0700 |
commit | 28a1be4d36bf0ec54d053bb9decbe619361682cb (patch) | |
tree | b9bdac9fe190200703692044770eb94a49aac3da /Zotlabs/Module/Chanview.php | |
parent | c456e01219bf535582744d5210b2b096985aa05d (diff) | |
download | volse-hubzilla-28a1be4d36bf0ec54d053bb9decbe619361682cb.tar.gz volse-hubzilla-28a1be4d36bf0ec54d053bb9decbe619361682cb.tar.bz2 volse-hubzilla-28a1be4d36bf0ec54d053bb9decbe619361682cb.zip |
typo in chanview, remove output buffering in mod_cloud which is preventing large files from being downloaded. IIRC this was put there to avoid a SAML warning in SabreDAV but I'm not seeing that currently.
Diffstat (limited to 'Zotlabs/Module/Chanview.php')
-rw-r--r-- | Zotlabs/Module/Chanview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Chanview.php b/Zotlabs/Module/Chanview.php index 245e71bec..24ab9b022 100644 --- a/Zotlabs/Module/Chanview.php +++ b/Zotlabs/Module/Chanview.php @@ -116,7 +116,7 @@ class Chanview extends \Zotlabs\Web\Controller { ); if($c) $connected = true; - + } } // We will load the chanview template if it's a foreign network, |