content.php: remove load_contact_links()
This commit is contained in:
parent
9e5a4b2050
commit
5a48ab5a8c
|
@ -358,8 +358,6 @@ function render_content(&$a, $items, $mode, $update, $preview = false) {
|
||||||
else
|
else
|
||||||
$return_url = $_SESSION['return_url'] = $a->query_string;
|
$return_url = $_SESSION['return_url'] = $a->query_string;
|
||||||
|
|
||||||
//load_contact_links(local_user());
|
|
||||||
|
|
||||||
$cb = array('items' => $items, 'mode' => $mode, 'update' => $update, 'preview' => $preview);
|
$cb = array('items' => $items, 'mode' => $mode, 'update' => $update, 'preview' => $preview);
|
||||||
call_hooks('conversation_start',$cb);
|
call_hooks('conversation_start',$cb);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user