aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-16 21:17:49 -0800
committerFriendika <info@friendika.com>2011-02-16 21:17:49 -0800
commit4bff52990e5f340cf879abf7c1cdaea7ee928d74 (patch)
tree6b97ae3fe0430f3c94565692cc97da81f0065de8 /mod/display.php
parentc397a2f89bf3c2c609852f5bfc618c1d0cb0b709 (diff)
downloadvolse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.tar.gz
volse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.tar.bz2
volse-hubzilla-4bff52990e5f340cf879abf7c1cdaea7ee928d74.zip
ajax reload fixes
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/display.php b/mod/display.php
index 03003f3c0..bdf6a6f97 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -153,7 +153,8 @@ function display_content(&$a) {
}
if($item['last-child']) {
$comment = replace_macros($cmnt_tpl,array(
- '$return_path' => '', // $_SESSION['return_url'],
+ '$return_path' => '',
+ '$jsreload' => $_SESSION['return_url'],
'$type' => 'wall-comment',
'$id' => $item['item_id'],
'$parent' => $item['parent'],