Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r16589 -r16639 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16589) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16639) @@ -1,6 +1,6 @@ $value) { if (is_array($value)) { $array[$key] = $this->StripSlashes($value); } else { - if ($magic_quotes) { - $value = stripslashes($value); - } - if (!$this->Application->isAdmin) { // TODO: always escape output instead of input $value = kUtil::escape($value, kUtil::ESCAPE_HTML);