diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-29 12:24:03 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-29 12:24:03 +0200 |
commit | 5a1b850dd6510cd6ece5c1e49589510aa1782cf6 (patch) | |
tree | ec07647b7c46ba4535fb276c61fa495e9de11420 /Zotlabs/Module/Pubstream.php | |
parent | c4e0e20eb3304025695aa244d9efa739909a65dd (diff) | |
download | volse-hubzilla-5a1b850dd6510cd6ece5c1e49589510aa1782cf6.tar.gz volse-hubzilla-5a1b850dd6510cd6ece5c1e49589510aa1782cf6.tar.bz2 volse-hubzilla-5a1b850dd6510cd6ece5c1e49589510aa1782cf6.zip |
provide public stream notification also for not authenticated viewers
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r-- | Zotlabs/Module/Pubstream.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php index fd19ca98e..d9054dc48 100644 --- a/Zotlabs/Module/Pubstream.php +++ b/Zotlabs/Module/Pubstream.php @@ -8,7 +8,6 @@ class Pubstream extends \Zotlabs\Web\Controller { function get($update = 0, $load = false) { - if($load) $_SESSION['loadtime'] = datetime_convert(); |