aboutsummaryrefslogtreecommitdiffstats
path: root/mod/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-07 23:00:27 -0800
committerfriendica <info@friendica.com>2014-03-07 23:00:27 -0800
commitaa8a93f1710f463f9467610cbcdc1cb754551c78 (patch)
treebdff88cabec97debca89e15abcb95c1c535dec0a /mod/follow.php
parentb2b5d5838a27a2d1bffb9106b4e3d41fcf28e8d9 (diff)
downloadvolse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.tar.gz
volse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.tar.bz2
volse-hubzilla-aa8a93f1710f463f9467610cbcdc1cb754551c78.zip
missing quote
Diffstat (limited to 'mod/follow.php')
-rw-r--r--mod/follow.php2
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');
}