]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2597: ElggEntity::initializeAttributes calls into parent initializeAttributes()
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 31 Oct 2010 00:35:25 +0000 (00:35 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 31 Oct 2010 00:35:25 +0000 (00:35 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7160 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/classes/ElggEntity.php

index 571ef890f22a889bc3b18da20c20403db4f19535..8ff9f23cc3cce8b8a529764a632a2813496e2965 100644 (file)
@@ -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)) {