Index: branches/5.3.x/core/units/helpers/upload_helper.php =================================================================== diff -u -N -r16252 -r16391 --- branches/5.3.x/core/units/helpers/upload_helper.php (.../upload_helper.php) (revision 16252) +++ branches/5.3.x/core/units/helpers/upload_helper.php (.../upload_helper.php) (revision 16391) @@ -1,6 +1,6 @@ Application->HttpQuery->unescapeRequestVariable($value); + $value = $this->Application->unescapeRequestVariable($value); $tmp_path = WRITEABLE . '/tmp/'; $filename = $this->getUploadedFilename() . '.tmp';