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