diff options
| -rw-r--r-- | engine/classes/ElggData.php | 1 | 
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;  		} | 
