]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Undefined Variable in foafgroup.php
authorChristopher Vollick <psycotica0@gmail.com>
Fri, 9 Apr 2010 10:03:53 +0000 (06:03 -0400)
committerBrion Vibber <brion@pobox.com>
Fri, 9 Apr 2010 15:35:13 +0000 (08:35 -0700)
Probably just left over from the past.

actions/foafgroup.php

index d685554ac4dd8aa5a9ac402daaf5ede07240e03a..07cca318114445dfc5a4f5ae3248186e7fea630c 100644 (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);