typo in directing mod/follow to a login if not logged in

This commit is contained in:
friendica 2013-03-05 16:01:07 -08:00
parent dd22e1b582
commit 481f8d3e18

View file

@ -27,7 +27,7 @@ function follow_init(&$a) {
}
functon follow_content(&$a) {
function follow_content(&$a) {
if(! local_user()) {
return login();