From faf079af4ddc0f35fc2b5835c20f184b4c93e303 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 20 Nov 2010 17:41:50 +0000 Subject: Fixes #2629: Pulled old initialise_attributes() into ElggData and added a default param to emit a deprecation notice if called. git-svn-id: http://code.elgg.org/elgg/trunk@7387 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggEntity.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'engine/classes/ElggEntity.php') diff --git a/engine/classes/ElggEntity.php b/engine/classes/ElggEntity.php index c6ab51148..2d52ff6d8 100644 --- a/engine/classes/ElggEntity.php +++ b/engine/classes/ElggEntity.php @@ -60,20 +60,6 @@ abstract class ElggEntity extends ElggData implements */ protected $volatile = array(); - /** - * Initialise the attributes array. - * - * This is vital to distinguish between metadata and base parameters. - * - * @return void - * @deprecated 1.8 Use initializeAttributes() - */ - protected function initialise_attributes() { - elgg_deprecated_notice('ElggEntity::initialise_attributes() is deprecated by ::initializeAttributes()', 1.8); - - $this->initializeAttributes(); - } - /** * Initialize the attributes array. * -- cgit v1.2.3