diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 14:41:54 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 14:41:54 +0000 |
commit | 7cfabff217b3e994da8d7a9f985dbf36075e90ed (patch) | |
tree | ff4af88751280b97f5f7daf63c728e774e247be2 /engine/lib | |
parent | 37b5e2aa414c970324361fb091a03e1bce2084a0 (diff) | |
download | elgg-7cfabff217b3e994da8d7a9f985dbf36075e90ed.tar.gz elgg-7cfabff217b3e994da8d7a9f985dbf36075e90ed.tar.bz2 |
Bugfix, refs #106
git-svn-id: https://code.elgg.org/elgg/trunk@1237 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-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'] = ""; |