From d9d5e669dc2f336cd110dd3761573165e46c6f0c Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 20 Nov 2010 20:06:08 +0000 Subject: Refs #2629 This should fix this ticket. Need to remove initialise_attributes from any class updated with new method and add call to initializeAttributes in ElggData for those that are not updated. git-svn-id: http://code.elgg.org/elgg/trunk@7389 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggFile.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'engine/classes/ElggFile.php') diff --git a/engine/classes/ElggFile.php b/engine/classes/ElggFile.php index a55bbc443..2a0d6fb28 100644 --- a/engine/classes/ElggFile.php +++ b/engine/classes/ElggFile.php @@ -27,18 +27,6 @@ class ElggFile extends ElggObject { /** File handle used to identify this file in a filestore. Created by open. */ private $handle; - /** - * Set subtype to 'file'. - * - * @return void - * - * @deprecated 1.8 Use initializeAttributes() - */ - protected function initialise_attributes() { - elgg_deprecated_notice('ElggFile::initialise_attributes() is deprecated by ::initializeAttributes()', 1.8); - $this->initializeAttributes(); - } - /** * Set subtype to 'file'. * -- cgit v1.2.3