diff options
author | friendica <info@friendica.com> | 2013-05-18 02:03:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-18 02:03:59 -0700 |
commit | 3e64208f481bf60ef74202d6cc6f899e55c74340 (patch) | |
tree | c0e98f7a624fcc010b2ba6fc5b3a18d26998cb97 /mod | |
parent | 257b1db08da78766880db481127f9a58645bb52b (diff) | |
download | volse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.tar.gz volse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.tar.bz2 volse-hubzilla-3e64208f481bf60ef74202d6cc6f899e55c74340.zip |
issue with startpage plugin
Diffstat (limited to 'mod')
-rw-r--r-- | mod/home.php | 1 |
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); } |