Undefined Variable in foafgroup.php

Probably just left over from the past.
This commit is contained in:
Christopher Vollick 2010-04-09 06:03:53 -04:00 committed by Brion Vibber
parent 05e373d29b
commit a93d0dc16a
1 changed files with 1 additions and 1 deletions

View File

@ -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);