aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r--engine/lib/group.php2
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'] = "";