Merge commit 'refs/merge-requests/100' of git://gitorious.org/owncloud/owncloud into merge-requests/100

remotes/origin/stable4
Michael Gapczynski 13 years ago
commit 798e6aa40b
  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