diff options
-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(); |