DataObjects/Core_group.php
authorjohn <john@roojs.com>
Wed, 20 Dec 2017 07:29:52 +0000 (15:29 +0800)
committerjohn <john@roojs.com>
Wed, 20 Dec 2017 07:29:52 +0000 (15:29 +0800)
DataObjects/Core_group.php

index 8348f06..da78911 100644 (file)
@@ -157,7 +157,7 @@ class Pman_Core_DataObjects_Core_group extends DB_DataObject
         return $gm->count();
     }
 
-    function addMember($person)
+    function addMember($person,$roo)
     {
         if ($this->name != "Empty Group") {
             //$this->jerr('Cannot the person into the empty group');