diff options
author | friendica <info@friendica.com> | 2013-03-05 16:01:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-05 16:01:07 -0800 |
commit | 481f8d3e1817fc3d03e5428e5b6d116a0fc91c67 (patch) | |
tree | 4af726cadd349cbaebae9848072a642d7837d21b /mod/follow.php | |
parent | dd22e1b5824b38fa2a1455df22dbee7da2201c76 (diff) | |
download | volse-hubzilla-481f8d3e1817fc3d03e5428e5b6d116a0fc91c67.tar.gz volse-hubzilla-481f8d3e1817fc3d03e5428e5b6d116a0fc91c67.tar.bz2 volse-hubzilla-481f8d3e1817fc3d03e5428e5b6d116a0fc91c67.zip |
typo in directing mod/follow to a login if not logged in
Diffstat (limited to 'mod/follow.php')
-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 05a12d0f0..5a1ea9505 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -27,7 +27,7 @@ function follow_init(&$a) { } -functon follow_content(&$a) { +function follow_content(&$a) { if(! local_user()) { return login(); |