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

index 8af5427..9f6926f 100644 (file)
@@ -40,6 +40,7 @@ class Pman_Core_DataObjects_Core_groups extends DB_DataObject
     }
     function personTable()
     {
+        $ff = HTML_FlexyFramework::get();
         return empty($ff->Pman['authTable']) ? 'Person' : $ff->Pman['authTable'];
     }