From d428c6179cb91fa6c6a6ca739081dfbf79a418b0 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sun, 31 Oct 2010 00:29:45 +0000 Subject: Refs #2597: Entity type constructors all use initializeAttributes now git-svn-id: http://code.elgg.org/elgg/trunk@7158 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/classes/ElggObject.php') 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. -- cgit v1.2.3