]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unnecessary comment
authorBjoern Schiessle <schiessle@owncloud.com>
Wed, 20 Jun 2012 14:29:19 +0000 (16:29 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 20 Jun 2012 14:29:19 +0000 (16:29 +0200)
lib/public/util.php

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