From df32c93d562f0dfcc28ebf36723ef07dab630b90 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 27 May 2013 05:27:35 -0700 Subject: zidify img links, delay notifier until actually published for time travelling posts --- mod/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/home.php b/mod/home.php index 2f63d9299..f05daf3c7 100644 --- a/mod/home.php +++ b/mod/home.php @@ -17,7 +17,7 @@ function home_init(&$a) { } if(get_account_id()) { - goaway('new_channel'); + goaway(z_root() . '/new_channel'); } }} -- cgit v1.2.3