From: rabuzarus <> Date: Wed, 8 Jun 2016 23:39:45 +0000 (+0200) Subject: content.php: remove load_contact_links() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a48ab5a8c48c30c7cba22b9215d644830b3bd48;p=friendica.git content.php: remove load_contact_links() --- diff --git a/mod/content.php b/mod/content.php index 043b7b6858..1f373b80eb 100644 --- a/mod/content.php +++ b/mod/content.php @@ -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);