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

remotes/origin/stable4
Philipp Roggan 14 years ago
parent 588b51d88a
commit bba434ca37
  1. 2
      lib/public/util.php

@ -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 );
}
/**

Loading…
Cancel
Save