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

This commit is contained in:
Philipp Roggan 2012-05-09 15:17:40 +02:00
parent 588b51d88a
commit bba434ca37

View file

@ -103,7 +103,7 @@ class Util {
* @param string $text the text content for the element
*/
public static function addHeader( $tag, $attributes, $text=''){
\OC_Util::addHeader( $tag, $attribute, $text );
\OC_Util::addHeader( $tag, $attributes, $text );
}
/**