summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorPhilipp Roggan <philipp.roggan@newsletter4free.de>2012-05-09 15:17:40 +0200
committerPhilipp Roggan <philipp.roggan@newsletter4free.de>2012-05-09 15:17:40 +0200
commitbba434ca37f6d53ab0924b4d5a4a51fe62914dca (patch)
treefc9104e68f5b32d8a37267838ae1f76f7175f9e6 /lib/public
parent588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (diff)
downloadnextcloud-server-bba434ca37f6d53ab0924b4d5a4a51fe62914dca.tar.gz
nextcloud-server-bba434ca37f6d53ab0924b4d5a4a51fe62914dca.zip
fixed typo in lib/public/util.php:106 (varname to )
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/util.php b/lib/public/util.php
index f9f3759fe5b..749531feafd 100644
--- a/lib/public/util.php
+++ b/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 );
}
/**