Skip to content
Snippets Groups Projects
Commit bba434ca authored by Philipp Roggan's avatar Philipp Roggan
Browse files

fixed typo in lib/public/util.php:106 (varname to )

parent 588b51d8
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ class Util { ...@@ -103,7 +103,7 @@ class Util {
* @param string $text the text content for the element * @param string $text the text content for the element
*/ */
public static function addHeader( $tag, $attributes, $text=''){ public static function addHeader( $tag, $attributes, $text=''){
\OC_Util::addHeader( $tag, $attribute, $text ); \OC_Util::addHeader( $tag, $attributes, $text );
} }
/** /**
......
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