aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/profilefields.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-15 15:34:17 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-01-15 16:36:50 +0100
commit8e86e56120279a0522b2b05e627edde1b8a11d80 (patch)
tree71e3f74361bde30e4b33177756ba7c36035bc7d3 /phpBB/phpbb/profilefields/profilefields.php
parent1dbc2d621861249a40633012fe33af02c097e69b (diff)
downloadforums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.gz
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.bz2
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.tar.xz
forums-8e86e56120279a0522b2b05e627edde1b8a11d80.zip
[ticket/11201] Add database column type to type class
PHPBB3-11201
Diffstat (limited to 'phpBB/phpbb/profilefields/profilefields.php')
-rw-r--r--phpBB/phpbb/profilefields/profilefields.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/profilefields/profilefields.php b/phpBB/phpbb/profilefields/profilefields.php
index 38b8600b7b..a580ca2937 100644
--- a/phpBB/phpbb/profilefields/profilefields.php
+++ b/phpBB/phpbb/profilefields/profilefields.php
@@ -339,7 +339,7 @@ class profilefields
* Return Templated value/field. Possible values for $mode are:
* change == user is able to set/enter profile values; preview == just show the value
*/
- protected function process_field_row($mode, $profile_row)
+ public function process_field_row($mode, $profile_row)
{
$preview_options = ($mode == 'preview') ? $this->vars['lang_options'] : false;