From bba434ca37f6d53ab0924b4d5a4a51fe62914dca Mon Sep 17 00:00:00 2001 From: Philipp Roggan Date: Wed, 9 May 2012 15:17:40 +0200 Subject: [PATCH] fixed typo in lib/public/util.php:106 (varname to ) --- lib/public/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } /** -- 2.39.5