diff options
author | friendica <info@friendica.com> | 2013-05-27 05:27:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-27 05:27:35 -0700 |
commit | df32c93d562f0dfcc28ebf36723ef07dab630b90 (patch) | |
tree | 9ccbff9a691d896409c23024502b3a11e3e1db9c /mod/home.php | |
parent | 5c1f959c1828066358ec868ffb953e88f16195c6 (diff) | |
download | volse-hubzilla-df32c93d562f0dfcc28ebf36723ef07dab630b90.tar.gz volse-hubzilla-df32c93d562f0dfcc28ebf36723ef07dab630b90.tar.bz2 volse-hubzilla-df32c93d562f0dfcc28ebf36723ef07dab630b90.zip |
zidify img links, delay notifier until actually published for time travelling posts
Diffstat (limited to 'mod/home.php')
-rw-r--r-- | mod/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } }} |