Skip to content
Snippets Groups Projects
Commit 71386590 authored by Morris Jobke's avatar Morris Jobke
Browse files

p() supports string as argument

parent bf672d7e
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment