aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-03-05 20:54:16 +0100
committerIgor Wiedler <igor@wiedler.ch>2010-03-06 01:39:44 +0100
commit9d005973b0b31077a81243d7573734bb63af2a27 (patch)
tree4226f836d6060db7817195df79808358b0195edd /phpBB/includes/functions.php
parentac329275662f737f03f485107cb69412739c1afa (diff)
downloadforums-9d005973b0b31077a81243d7573734bb63af2a27.tar
forums-9d005973b0b31077a81243d7573734bb63af2a27.tar.gz
forums-9d005973b0b31077a81243d7573734bb63af2a27.tar.bz2
forums-9d005973b0b31077a81243d7573734bb63af2a27.tar.xz
forums-9d005973b0b31077a81243d7573734bb63af2a27.zip
[bug/51555] proposed fix for bug #51555
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 38f910974a..917433a970 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -114,7 +114,7 @@ function request_var($var_name, $default, $multibyte = false, $cookie = false)
{
$_v = null;
}
- set_var($_k, $_k, $sub_key_type);
+ set_var($_k, $_k, $sub_key_type, $multibyte);
set_var($var[$k][$_k], $_v, $sub_type, $multibyte);
}
}