remove unnecessary comment

This commit is contained in:
Bjoern Schiessle 2012-06-20 16:29:19 +02:00
parent e52230d11c
commit 6644511124
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class Util {
* @return array with sanitized strings or a single sinitized string, depends on the input parameter. * @return array with sanitized strings or a single sinitized string, depends on the input parameter.
*/ */
public static function sanitizeHTML( $value ){ public static function sanitizeHTML( $value ){
return(\OC_Util::sanitizeHTML($value)); //Specify encoding for PHP<5.4 return(\OC_Util::sanitizeHTML($value));
} }
} }