aboutsummaryrefslogtreecommitdiffstats
path: root/mod/home.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-18 02:03:59 -0700
committerfriendica <info@friendica.com>2013-05-18 02:03:59 -0700
commit3e64208f481bf60ef74202d6cc6f899e55c74340 (patch)
treec0e98f7a624fcc010b2ba6fc5b3a18d26998cb97 /mod/home.php
parent257b1db08da78766880db481127f9a58645bb52b (diff)
downloadvolse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.tar.gz
volse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.tar.bz2
volse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.zip
issue with startpage plugin
Diffstat (limited to 'mod/home.php')
-rw-r--r--mod/home.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/home.php b/mod/home.php
index 0ded90d6f..2f63d9299 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -12,6 +12,7 @@ function home_init(&$a) {
$dest = get_pconfig(local_user(),'system','startpage');
if(! $dest)
$dest = z_root() . '/network';
+
goaway($dest);
}