]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed object name
authorMichele <macno@macno.org>
Fri, 26 Feb 2010 10:35:55 +0000 (11:35 +0100)
committerMichele <macno@macno.org>
Fri, 26 Feb 2010 10:35:55 +0000 (11:35 +0100)
actions/editgroup.php

index d486db0c0aa3ba2bace92761e0443e6a30978046..4b596cade95cb22871904d1b0ed34781fea56f30 100644 (file)
@@ -286,7 +286,7 @@ class EditgroupAction extends GroupDesignAction
         $group = Local_group::staticGet('nickname', $nickname);
 
         if (!empty($group) &&
-            $group->id != $this->group->id) {
+            $group->group_id != $this->group->id) {
             return true;
         }