X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=03003f3c0ca44c4fdd3008e21c2970c663b8ec94;hb=9f1f9da89bb98d768b7a41b388e9c5c0d28ec946;hp=3215ae90a04958352fac8b7eb3e74298e731e7fa;hpb=4198efe03570606b35f3aba6cdf7f80de20384f4;p=friendica.git diff --git a/mod/display.php b/mod/display.php index 3215ae90a0..03003f3c0c 100644 --- a/mod/display.php +++ b/mod/display.php @@ -153,7 +153,7 @@ function display_content(&$a) { } if($item['last-child']) { $comment = replace_macros($cmnt_tpl,array( - '$return_path' => $_SESSION['return_url'], + '$return_path' => '', // $_SESSION['return_url'], '$type' => 'wall-comment', '$id' => $item['item_id'], '$parent' => $item['parent'], @@ -272,6 +272,7 @@ function display_content(&$a) { '$owner_url' => $owner_url, '$owner_photo' => $owner_photo, '$owner_name' => $owner_name, + '$plink' => get_plink($item), '$drop' => $drop, '$vote' => $likebuttons, '$like' => $like,