From b05caab768f9e1c4cbef4af87670dc87ef4d529f Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Thu, 28 Jun 2012 21:52:30 -0400 Subject: Fixes #4634: Restores pre 1.7 group profile pics after update --- engine/classes/ElggGroup.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'engine/classes/ElggGroup.php') 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(); -- cgit v1.2.3