mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
fixed typo in lib/public/util.php:106 (varname to )
This commit is contained in:
parent
588b51d88a
commit
bba434ca37
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue