X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontent.php;h=49cff74d2d9f4e4eac2ffcce3529f87fafcabc55;hb=1f7f964bb7200d4f658742a999c07f1dd6cbe97c;hp=c2b1546bf1799653c163353dc29206f475e9e24c;hpb=c770b00d6d3cc9628ad48a6f72cce527dda68b44;p=friendica.git diff --git a/mod/content.php b/mod/content.php index c2b1546bf1..49cff74d2d 100644 --- a/mod/content.php +++ b/mod/content.php @@ -615,7 +615,7 @@ function render_content(&$a, $items, $mode, $update, $preview = false) { $comment_lastcollapsed = true; } - $redirect_url = $a->get_baseurl($ssl_state) . '/redir/' . $item['cid'] ; + $redirect_url = 'redir/' . $item['cid'] ; $lock = ((($item['private'] == 1) || (($item['uid'] == local_user()) && (strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid']))))