diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-23 13:32:46 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-27 17:48:37 +0530 |
commit | c1df2ce62a62517e840ff30fa11a6cffb84396bc (patch) | |
tree | 1fc64905230305c9466f231b912e81a5a6c2d87f /phpBB/phpbb/profilefields | |
parent | f776ac7d5862cbb8be7b78db6a46655f4aaa225a (diff) | |
download | forums-c1df2ce62a62517e840ff30fa11a6cffb84396bc.tar forums-c1df2ce62a62517e840ff30fa11a6cffb84396bc.tar.gz forums-c1df2ce62a62517e840ff30fa11a6cffb84396bc.tar.bz2 forums-c1df2ce62a62517e840ff30fa11a6cffb84396bc.tar.xz forums-c1df2ce62a62517e840ff30fa11a6cffb84396bc.zip |
[ticket/12759] Extra line in profilefields_manager
PHPBB3-12759
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r-- | phpBB/phpbb/profilefields/manager.php | 1 |
1 files changed, 0 insertions, 1 deletions
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']; |