From 7cfabff217b3e994da8d7a9f985dbf36075e90ed Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 14:41:54 +0000 Subject: Bugfix, refs #106 git-svn-id: https://code.elgg.org/elgg/trunk@1237 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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'] = ""; -- cgit v1.2.3