issue with startpage plugin

This commit is contained in:
friendica 2013-05-18 02:03:59 -07:00
parent 257b1db08d
commit 3e64208f48

View File

@ -12,6 +12,7 @@ function home_init(&$a) {
$dest = get_pconfig(local_user(),'system','startpage');
if(! $dest)
$dest = z_root() . '/network';
goaway($dest);
}