aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-23 14:51:04 -0800
committerfriendica <info@friendica.com>2014-11-23 14:51:04 -0800
commitd191e7c348593d0bd40ac7e5c33bb6b3bb0708bb (patch)
tree42b203963835e6a5a262d0d2171e15e0fd7b9cb3 /mod/home.php
parent86b6861aaeec44d4cc9c0e180915dae7fcaf6a97 (diff)
downloadvolse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.tar.gz
volse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.tar.bz2
volse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.zip
project roadmap
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 57f7478f1..b1b8e3fd0 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -55,6 +55,7 @@ function home_content(&$a, $update = 0, $load = false) {
// See if the sys channel set a homepage
if (! $channel_address) {
+ require_once('include/identity.php');
$u = get_sys_channel();
if ($u) {
$u = array($u);
@@ -233,4 +234,6 @@ function home_content(&$a, $update = 0, $load = false) {
return $o;
}
+ return $o;
+
} \ No newline at end of file