diff options
author | friendica <info@friendica.com> | 2014-03-07 23:00:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-07 23:00:27 -0800 |
commit | aa8a93f1710f463f9467610cbcdc1cb754551c78 (patch) | |
tree | bdff88cabec97debca89e15abcb95c1c535dec0a | |
parent | b2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9 (diff) | |
download | volse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.tar.gz volse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.tar.bz2 volse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.zip |
missing quote
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php index 4fcb5bda3..663fb7536 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -30,7 +30,7 @@ function follow_init(&$a) { proc_run('php','include/onepoll.php',$result['abook']['abook_id']); - goaway(z_root() . '/connedit/' . $result['abook']['abook_id'] . '?f=&follow=1); + goaway(z_root() . '/connedit/' . $result['abook']['abook_id'] . '?f=&follow=1'); } |