diff options
-rw-r--r-- | lib/template.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/template.php b/lib/template.php index 75b33d8aace..8fb0133b289 100644 --- a/lib/template.php +++ b/lib/template.php @@ -313,17 +313,6 @@ class OC_Template{ return true; } - - /** - * @brief Internaly used to sanitze HTML - * - * This function is internally used to sanitize HTML. - */ - private static function sanitizeHTML( &$value ){ - $value = htmlentities( $value , ENT_QUOTES, 'UTF-8'); //Specify encoding for PHP<5.4 - return $value; - } - /** * @brief Appends a variable * @param $key key |