diff options
author | redmatrix <git@macgirvin.com> | 2016-03-09 14:18:11 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-09 14:18:11 -0800 |
commit | b9b46a3f88d56f9ed6a89b34557abc27a7461449 (patch) | |
tree | 30fb1d5f165bc8485184178ecb9e23c20158032d /include | |
parent | 7bb461380e6198987da8827210297c29d301d022 (diff) | |
parent | f5f79b39b80197fb46dc4e66ac4f4b1390d40b62 (diff) | |
download | volse-hubzilla-b9b46a3f88d56f9ed6a89b34557abc27a7461449.tar.gz volse-hubzilla-b9b46a3f88d56f9ed6a89b34557abc27a7461449.tar.bz2 volse-hubzilla-b9b46a3f88d56f9ed6a89b34557abc27a7461449.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 2be7e3ac9..da019a30a 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -689,7 +689,7 @@ class Item extends BaseObject { $comment_box = replace_macros($template,array( '$return_path' => '', '$threaded' => $this->is_threaded(), - '$jsreload' => (($conv->get_mode() === 'display') ? $_SESSION['return_url'] : ''), + '$jsreload' => '', //(($conv->get_mode() === 'display') ? $_SESSION['return_url'] : ''), '$type' => (($conv->get_mode() === 'channel') ? 'wall-comment' : 'net-comment'), '$id' => $this->get_id(), '$parent' => $this->get_id(), |