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);