project roadmap

This commit is contained in:
friendica
2014-11-23 14:51:04 -08:00
parent 86b6861aae
commit d191e7c348
4 changed files with 51 additions and 1 deletions

View File

@@ -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;
}