diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-01-18 13:08:15 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-01-18 13:16:18 +0100 |
commit | 197e026699e838c087b6d11a16ed6c2d9f15e0b0 (patch) | |
tree | 95902e3f08c5faeda73e86d484d56f683d618304 /phpBB/phpbb/profilefields/profilefields.php | |
parent | df85364baa440e8c244ae90235ad74400981eef5 (diff) | |
download | forums-197e026699e838c087b6d11a16ed6c2d9f15e0b0.tar forums-197e026699e838c087b6d11a16ed6c2d9f15e0b0.tar.gz forums-197e026699e838c087b6d11a16ed6c2d9f15e0b0.tar.bz2 forums-197e026699e838c087b6d11a16ed6c2d9f15e0b0.tar.xz forums-197e026699e838c087b6d11a16ed6c2d9f15e0b0.zip |
[ticket/11201] Add a method to return the translated full name of the type
PHPBB3-11201
Diffstat (limited to 'phpBB/phpbb/profilefields/profilefields.php')
-rw-r--r-- | phpBB/phpbb/profilefields/profilefields.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/profilefields/profilefields.php b/phpBB/phpbb/profilefields/profilefields.php index 8b1e10e78d..f63064bd56 100644 --- a/phpBB/phpbb/profilefields/profilefields.php +++ b/phpBB/phpbb/profilefields/profilefields.php @@ -322,7 +322,7 @@ class profilefields // empty previously filled blockvars foreach ($this->type_collection as $field_key => $field_type) { - $this->template->destroy_block_vars($field_type->get_name()); + $this->template->destroy_block_vars($field_type->get_name_short()); } // Assign template variables |