Merge pull request #20679 from owncloud/fixphpdoc

p() supports string as argument
This commit is contained in:
Thomas Müller 2015-11-23 13:32:46 +01:00
commit 021137d7ae
1 changed files with 1 additions and 1 deletions

View File

@ -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));