From: Christopher Vollick Date: Fri, 9 Apr 2010 10:03:53 +0000 (-0400) Subject: Undefined Variable in foafgroup.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eefde36fcf5c24c55fb8906374bac5c4c370cb54;hp=5dbaaed4e68ecae1c78b9493add89df3557c8e98;p=quix0rs-gnu-social.git Undefined Variable in foafgroup.php Probably just left over from the past. --- diff --git a/actions/foafgroup.php b/actions/foafgroup.php index d685554ac4..07cca31811 100644 --- a/actions/foafgroup.php +++ b/actions/foafgroup.php @@ -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);