]> git.mxchange.org Git - friendica.git/blobdiff - mod/content.php
Events: Now with guid.
[friendica.git] / mod / content.php
index c2b1546bf1799653c163353dc29206f475e9e24c..49cff74d2d9f4e4eac2ffcce3529f87fafcabc55 100644 (file)
@@ -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']))))