diff options
Diffstat (limited to 'phpBB/phpbb/profilefields/manager.php')
-rw-r--r-- | phpBB/phpbb/profilefields/manager.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/profilefields/manager.php b/phpBB/phpbb/profilefields/manager.php index 6a8d32f150..ac2542a6d4 100644 --- a/phpBB/phpbb/profilefields/manager.php +++ b/phpBB/phpbb/profilefields/manager.php @@ -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) { |