diff options
Diffstat (limited to 'engine/classes/ElggObject.php')
-rw-r--r-- | engine/classes/ElggObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggObject.php b/engine/classes/ElggObject.php index d2e3f14e4..b8e733903 100644 --- a/engine/classes/ElggObject.php +++ b/engine/classes/ElggObject.php @@ -62,7 +62,7 @@ class ElggObject extends ElggEntity { * @throws InvalidParameterException If passed an Elgg* Entity that isn't an ElggObject */ function __construct($guid = null) { - $this->initialise_attributes(); + $this->initializeAttributes(); if (!empty($guid)) { // Is $guid is a DB row - either a entity row, or a object table row. |