DataObjects/Groups.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:42:33 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 04:42:33 +0000 (12:42 +0800)
DataObjects/Groups.php

index 82960f6..dc71edd 100755 (executable)
@@ -12,4 +12,9 @@ class Pman_Core_DataObjects_Core_groups extends Pman_Core_DataObjects_Groups
 
     public $__table = 'Groups';                          // table name
     
+    
+     function memberTable()
+    {
+        return 'group_members';
+    }
 }