diff options
author | Mario <mario@mariovavti.com> | 2022-05-06 19:10:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-05-06 19:10:28 +0000 |
commit | 2ca80118bf4fd4c0455f45b2310d040739ad8f4c (patch) | |
tree | 19bdded8e34c9e4b84b6b19e7ef2419a61d9790e /Zotlabs/Lib/ThreadStream.php | |
parent | 04eb20ac35ab94c79de296723c5b921bb110a0ce (diff) | |
download | volse-hubzilla-2ca80118bf4fd4c0455f45b2310d040739ad8f4c.tar.gz volse-hubzilla-2ca80118bf4fd4c0455f45b2310d040739ad8f4c.tar.bz2 volse-hubzilla-2ca80118bf4fd4c0455f45b2310d040739ad8f4c.zip |
more cleanup
Diffstat (limited to 'Zotlabs/Lib/ThreadStream.php')
-rw-r--r-- | Zotlabs/Lib/ThreadStream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/ThreadStream.php b/Zotlabs/Lib/ThreadStream.php index 7fe8fcc2e..2ad24a690 100644 --- a/Zotlabs/Lib/ThreadStream.php +++ b/Zotlabs/Lib/ThreadStream.php @@ -69,12 +69,12 @@ class ThreadStream { case 'cards': $this->profile_owner = \App::$profile['profile_uid']; $this->writable = perm_is_allowed($this->profile_owner,$ob_hash,'post_comments'); - $this->reload = $_SESSION['return_url']; + //$this->reload = $_SESSION['return_url']; break; case 'articles': $this->profile_owner = \App::$profile['profile_uid']; $this->writable = perm_is_allowed($this->profile_owner,$ob_hash,'post_comments'); - $this->reload = $_SESSION['return_url']; + //$this->reload = $_SESSION['return_url']; break; case 'display': // in this mode we set profile_owner after initialisation (from conversation()) and then |