diff options
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r-- | engine/lib/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/group.php b/engine/lib/group.php index b88c8ee94..e8a68aada 100644 --- a/engine/lib/group.php +++ b/engine/lib/group.php @@ -20,7 +20,7 @@ { protected function initialise_attributes() { - initialise_entity_cache(); + parent::initialise_attributes(); $this->attributes['type'] = "group"; $this->attributes['name'] = ""; |