aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-09 20:10:48 +1100
committerredmatrix <git@macgirvin.com>2016-03-09 20:10:48 +1100
commitbc9d5f5a4886179d4622138bbeeb1179880cfea7 (patch)
treefef4e96cc2435b6dac1973c85a04979103e7c379 /include/ItemObject.php
parent843cc1481af008f35804628686459437cedf3220 (diff)
parentc2cdd41e8139068426175c9e6c5fe2f771ea7caf (diff)
downloadvolse-hubzilla-bc9d5f5a4886179d4622138bbeeb1179880cfea7.tar.gz
volse-hubzilla-bc9d5f5a4886179d4622138bbeeb1179880cfea7.tar.bz2
volse-hubzilla-bc9d5f5a4886179d4622138bbeeb1179880cfea7.zip
Merge pull request #317 from git-marijus/master
Issue #316 make /display updates work. Basically copy and paste what …
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php2
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(),