DataObjects/Groups.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 05:02:09 +0000 (13:02 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 05:02:09 +0000 (13:02 +0800)
DataObjects/Groups.php

index 56d0693..63d3869 100755 (executable)
@@ -13,7 +13,7 @@ class  Pman_Core_DataObjects_Groups extends Pman_Core_DataObjects_Core_groups
     public $__table = 'Groups';                          // table name
     
     
-     function memberTable()
+    function memberTable()
     {
         return 'group_members';
     }