Index: typo3/contrib/RemoveXSS/RemoveXSS.php =================================================================== --- typo3/contrib/RemoveXSS/RemoveXSS.php (revision 6579) +++ typo3/contrib/RemoveXSS/RemoveXSS.php (working copy) @@ -34,7 +34,7 @@ * @return string Input string with potential XSS code removed * @deprecated since TYPO3 4.3, use static call RemoveXSS::process() instead */ - public function RemoveXSS($val, $replaceString = '') { + public function RemoveXSS($val, $replaceString = 'rmxss') { return self::process($val, $replaceString); } @@ -140,4 +140,4 @@ } } -?> \ No newline at end of file +?>