]> git.mxchange.org Git - friendica.git/blobdiff - mod/content.php
content.php: remove load_contact_links()
[friendica.git] / mod / content.php
index 043b7b68588508b8c5eabe403cde6593df83a66b..1f373b80eb4c9e00e1f940798ddd008213c700ef 100644 (file)
@@ -358,8 +358,6 @@ function render_content(&$a, $items, $mode, $update, $preview = false) {
        else
                $return_url = $_SESSION['return_url'] = $a->query_string;
 
-       //load_contact_links(local_user());
-
        $cb = array('items' => $items, 'mode' => $mode, 'update' => $update, 'preview' => $preview);
        call_hooks('conversation_start',$cb);