forked from GNUsocial/gnu-social
Undefined Variable in foafgroup.php
Probably just left over from the past.
This commit is contained in:
parent
05e373d29b
commit
a93d0dc16a
@ -56,7 +56,7 @@ class FoafGroupAction extends Action
|
||||
return false;
|
||||
}
|
||||
|
||||
$local = Local_group::staticGet('nickname', $nickname);
|
||||
$local = Local_group::staticGet('nickname', $this->nickname);
|
||||
|
||||
if (!$local) {
|
||||
$this->clientError(_('No such group.'), 404);
|
||||
|
Loading…
Reference in New Issue
Block a user