aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 21:23:09 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 21:23:09 +0000
commit39c9047b5152128e5bbfe960c36dd2b860f2d3d0 (patch)
tree7bbee304891722cbd23dfc5928fb168820f1dffd /engine/classes/ElggData.php
parentd9d5e669dc2f336cd110dd3761573165e46c6f0c (diff)
downloadelgg-39c9047b5152128e5bbfe960c36dd2b860f2d3d0.tar.gz
elgg-39c9047b5152128e5bbfe960c36dd2b860f2d3d0.tar.bz2
Refs #2629 Brett is correct - don't need the call to initializeAttributes() because all the first level subclasses call initializeAttributes()
git-svn-id: http://code.elgg.org/elgg/trunk@7390 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r--engine/classes/ElggData.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php
index 55d0da810..2853a5298 100644
--- a/engine/classes/ElggData.php
+++ b/engine/classes/ElggData.php
@@ -39,7 +39,6 @@ abstract class ElggData implements
protected function initialise_attributes($pre18_api = true) {
if ($pre18_api) {
elgg_deprecated_notice('initialise_attributes() is deprecated by initializeAttributes()', 1.8);
- initializeAttributes();
} else {
return false;
}