diff options
author | redmatrix <git@macgirvin.com> | 2016-04-20 22:10:00 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-20 22:10:00 -0700 |
commit | 2b0a04ea9e91196e2966844be0f6b673bd87f032 (patch) | |
tree | 990e011709cbe2dc18cf3c3c756e50e6e15b5c43 /Zotlabs/Module/Channel.php | |
parent | f00a701ad104737fd3a25eabec88ec47b9ce8a32 (diff) | |
download | volse-hubzilla-2b0a04ea9e91196e2966844be0f6b673bd87f032.tar.gz volse-hubzilla-2b0a04ea9e91196e2966844be0f6b673bd87f032.tar.bz2 volse-hubzilla-2b0a04ea9e91196e2966844be0f6b673bd87f032.zip |
revert the reversal of checkjs logic, but still restrict the behaviour scope to just those urls that require it
Diffstat (limited to 'Zotlabs/Module/Channel.php')
-rw-r--r-- | Zotlabs/Module/Channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php index cae561266..36f13e775 100644 --- a/Zotlabs/Module/Channel.php +++ b/Zotlabs/Module/Channel.php @@ -57,7 +57,7 @@ function get($update = 0, $load = false) { if($load) $_SESSION['loadtime'] = datetime_convert(); - $checkjs = new \Zotlabs\Web\CheckJS(); + $checkjs = new \Zotlabs\Web\CheckJS(1); $category = $datequery = $datequery2 = ''; |