mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
change "return" to "continue" when invalid parameter in encodeHTML()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14d0daa285
commit
b1afb09dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class Security
|
|||
}
|
||||
$var = $this->_encodeHTML($var, $varName);
|
||||
|
||||
if($var === false) return false;
|
||||
if($var === false) continue;
|
||||
|
||||
if($use_context) {
|
||||
Context::set($varName0, $var);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue