From 5654ce926ca012acd9f725c8c7d6e32609a17646 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 17:58:16 -0700 Subject: move all message display sub-functions from boot.php into conversation.php --- mod/network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 1b5ea5d65..35b6a299b 100644 --- a/mod/network.php +++ b/mod/network.php @@ -27,6 +27,8 @@ function network_init(&$a) { function network_content(&$a, $update = 0) { + require_once('include/conversation.php'); + if(! local_user()) return login(false); @@ -267,8 +269,6 @@ function network_content(&$a, $update = 0) { $mode = (($nouveau) ? 'network-new' : 'network'); - require_once('include/conversation.php'); - $o .= conversation($a,$r,$mode,$update); if(! $update) { -- cgit v1.2.3