DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2019 09:36:18 +0000 (17:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2019 09:36:18 +0000 (17:36 +0800)
DataObjects/Core_person.php

index 4f8c44f..1e30d4a 100644 (file)
@@ -1134,7 +1134,9 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
                 LENGTH({$this->tableName()}.oath_key) AS length_oath_key
             ");
         }
-        
+        if (isset($q['_with_group_membership'])) {
+            $this->selectAddGroupMemberships();
+        }
         
     }