aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-26 16:26:33 -0700
committerfriendica <info@friendica.com>2014-06-26 16:26:33 -0700
commitfea4eac17a5979fc5ffe0ac74e626c3cc562a45e (patch)
tree33c1ebecb67d9fdec59c27b9fbf45f381d6606cc /mod
parent8b545d91db1bec0881645a989f4d7fc146397154 (diff)
parent0db4b55223d5df47a13cdb47d25ba30fd57df5c1 (diff)
downloadvolse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.gz
volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.bz2
volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/home.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 6f7a0b5d7..bc352976d 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -16,6 +16,8 @@ function home_init(&$a) {
if(! $dest)
$dest = get_pconfig(local_user(),'system','startpage');
if(! $dest)
+ $dest = get_config('system','startpage');
+ if(! $dest)
$dest = z_root() . '/apps';
goaway($dest);