1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/12184] Fix undefined variable tpl_fields in profile field manager

PHPBB3-12184
This commit is contained in:
Joas Schilling 2014-02-11 19:17:24 +01:00
parent 0b2b76f951
commit 30fbaab8de

View File

@ -255,6 +255,8 @@ class manager
$this->build_cache();
}
$tpl_fields = array();
// Go through the fields in correct order
foreach ($this->profile_cache as $field_ident => $field_data)
{