diff options
author | Mario <mario@mariovavti.com> | 2021-03-24 19:46:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-24 19:46:07 +0000 |
commit | 19b96e37fb2a0fe89e2b6ae537781007bb392532 (patch) | |
tree | 67bdf52d04dbbd759707817f215aa37ef274b892 | |
parent | 44593a3c8d21a744772a267d57bd4ed26127629f (diff) | |
parent | 14186f5c1811765133f0d1c04568f87e56aab9c4 (diff) | |
download | volse-hubzilla-19b96e37fb2a0fe89e2b6ae537781007bb392532.tar.gz volse-hubzilla-19b96e37fb2a0fe89e2b6ae537781007bb392532.tar.bz2 volse-hubzilla-19b96e37fb2a0fe89e2b6ae537781007bb392532.zip |
Merge branch 'dev' into air
-rw-r--r-- | Zotlabs/Module/Display.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php index 62e7dbf8a..eb97e77a0 100644 --- a/Zotlabs/Module/Display.php +++ b/Zotlabs/Module/Display.php @@ -245,8 +245,6 @@ class Display extends \Zotlabs\Web\Controller { $sql_extra = ((local_channel()) ? EMPTY_STR : item_permissions_sql(0, $observer_hash)); - - if($noscript_content || $load) { require_once('include/channel.php'); |