diff options
author | friendica <info@friendica.com> | 2014-11-23 14:51:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-23 14:51:04 -0800 |
commit | d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb (patch) | |
tree | 42b203963835e6a5a262d0d2171e15e0fd7b9cb3 /mod | |
parent | 86b6861aaeec44d4cc9c0e180915dae7fcaf6a97 (diff) | |
download | volse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.tar.gz volse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.tar.bz2 volse-hubzilla-d191e7c348593d0bd40ac7e5c33bb6b3bb0708bb.zip |
project roadmap
Diffstat (limited to 'mod')
-rw-r--r-- | mod/home.php | 3 |
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 |