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

index 4fd047c..a8d647c 100644 (file)
@@ -29,6 +29,12 @@ class Pman_Core_DataObjects_Core_groups extends DB_DataObject
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
+    
+    function memberTable()
+    {
+        return 'core_group_members';
+    }
+    
     // group types??
     function applyFilters($q, $au, $roo)
     {