From 5a48ab5a8c48c30c7cba22b9215d644830b3bd48 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 9 Jun 2016 01:39:45 +0200 Subject: [PATCH] content.php: remove load_contact_links() --- mod/content.php | 2 -- 1 file changed, 2 deletions(-) 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);