MTrackWeb/Project.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 May 2011 06:46:06 +0000 (14:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 May 2011 06:46:06 +0000 (14:46 +0800)
MTrackWeb/Project.php

index 0b764e4..cce6f64 100644 (file)
@@ -89,7 +89,7 @@ class MTrackWeb_Project extends MTrackWeb
     
     function checkGroupPerson($g,$p)
     {
-        if (in_array($g->id, $p->_groups)) {
+        if (in_array($g->id, $p->groups)) {
             return 'checked';
         }
         return '';