aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-29 18:51:23 -0700
committerCash Costello <cash.costello@gmail.com>2012-06-29 18:51:23 -0700
commit919cc3b9cc851d7746f7cecce09670ebfd87bd85 (patch)
tree41fa80a1b48b3412b68e86f01d3e0238f9a7bc19 /engine
parent5f89696ee75400f59ad895758efe046ed8fbe87f (diff)
parentb05caab768f9e1c4cbef4af87670dc87ef4d529f (diff)
downloadelgg-919cc3b9cc851d7746f7cecce09670ebfd87bd85.tar.gz
elgg-919cc3b9cc851d7746f7cecce09670ebfd87bd85.tar.bz2
Merge pull request #288 from mrclay/4634-group-icons-2
Fixes #4634: Restores pre 1.7 group profile pics after update
Diffstat (limited to 'engine')
-rw-r--r--engine/classes/ElggGroup.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/classes/ElggGroup.php b/engine/classes/ElggGroup.php
index f7f67bf41..121186196 100644
--- a/engine/classes/ElggGroup.php
+++ b/engine/classes/ElggGroup.php
@@ -16,8 +16,6 @@ class ElggGroup extends ElggEntity
* Sets the type to group.
*
* @return void
- *
- * @deprecated 1.8 Use initializeAttributes
*/
protected function initializeAttributes() {
parent::initializeAttributes();