diff --git a/lib/private/template/functions.php b/lib/private/template/functions.php index 1c6eaa9a389d4a42108aced163005b1a61bdfb90..cea5860cec68c1e37c81e70d80c4b55e8feaa25d 100644 --- a/lib/private/template/functions.php +++ b/lib/private/template/functions.php @@ -30,7 +30,7 @@ /** * Prints a sanitized string - * @param string|array $string the string which will be escaped and printed + * @param string $string the string which will be escaped and printed */ function p($string) { print(OC_Util::sanitizeHTML($string));