aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggGroup.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 09:56:01 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-20 09:56:01 +0000
commitf9ae13559b10552798b9775178f092eff6afb717 (patch)
tree74f972a063afd0f88e22b3f32a761c0bdd125280 /engine/classes/ElggGroup.php
parentdeb2e286301f0b0472cd9d742fd4d0777035d5d4 (diff)
downloadelgg-f9ae13559b10552798b9775178f092eff6afb717.tar.gz
elgg-f9ae13559b10552798b9775178f092eff6afb717.tar.bz2
Marking initialise_attributes as deprecated
git-svn-id: http://code.elgg.org/elgg/trunk@7374 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/classes/ElggGroup.php')
-rw-r--r--engine/classes/ElggGroup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggGroup.php b/engine/classes/ElggGroup.php
index 963d80821..71b2a37d4 100644
--- a/engine/classes/ElggGroup.php
+++ b/engine/classes/ElggGroup.php
@@ -15,7 +15,7 @@ class ElggGroup extends ElggEntity
*
* @return void
*
- * @see ElggEntity::initialise_attributes()
+ * @deprecated 1.8 Use initializeAttributes
*/
protected function initialise_attributes() {
elgg_deprecated_notice('ElggGroup::initialise_attributes() is deprecated by ::initializeAttributes()', 1.8);