aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/classes/ElggEntity.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php
index 571ef890f..8ff9f23cc 100644
--- a/engine/classes/ElggEntity.php
+++ b/engine/classes/ElggEntity.php
@@ -84,6 +84,8 @@ abstract class ElggEntity extends ElggData implements
* @return void
*/
protected function initializeAttributes() {
+ parent::initializeAttributes();
+
initialise_entity_cache();
if (!is_array($this->temp_metadata)) {