aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-05 16:01:07 -0800
committerfriendica <info@friendica.com>2013-03-05 16:01:07 -0800
commit481f8d3e1817fc3d03e5428e5b6d116a0fc91c67 (patch)
tree4af726cadd349cbaebae9848072a642d7837d21b
parentdd22e1b5824b38fa2a1455df22dbee7da2201c76 (diff)
downloadvolse-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
-rw-r--r--mod/follow.php2
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();