content.php: remove load_contact_links()

This commit is contained in:
rabuzarus 2016-06-09 01:39:45 +02:00
parent 9e5a4b2050
commit 5a48ab5a8c
1 changed files with 0 additions and 2 deletions

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