From c1df2ce62a62517e840ff30fa11a6cffb84396bc Mon Sep 17 00:00:00 2001 From: Shitiz Garg Date: Mon, 23 Jun 2014 13:32:46 +0530 Subject: [ticket/12759] Extra line in profilefields_manager PHPBB3-12759 --- phpBB/phpbb/profilefields/manager.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/profilefields/manager.php b/phpBB/phpbb/profilefields/manager.php index f14aa2a2b4..251899146b 100644 --- a/phpBB/phpbb/profilefields/manager.php +++ b/phpBB/phpbb/profilefields/manager.php @@ -382,7 +382,6 @@ class manager if (empty($field_ids[$ident_ary['data']['lang_id']])) { $field_ids[$ident_ary['data']['lang_id']] = array(); - } $field_ids[$ident_ary['data']['lang_id']][] = $ident_ary['data']['field_id']; -- cgit v1.2.1