Skip to content

Commit

Permalink
#2302 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Sep 19, 2018
1 parent 43a8508 commit f7532a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/context/Context.class.php
Expand Up @@ -1390,7 +1390,7 @@ function _filterXmlVars($key, $val)
* @param string $do_stripslashes Whether to strip slashes
* @return mixed filtered value. Type are string or array
*/
function _filterRequestVar($key, $val, $do_stripslashes = true, $remove_hack = true)
function _filterRequestVar($key, $val, $do_stripslashes = true, $remove_hack = false)
{
if(!($isArray = is_array($val)))
{
Expand Down

0 comments on commit f7532a9

Please sign in to comment.