From: Philipp Roggan Date: Wed, 9 May 2012 13:17:40 +0000 (+0200) Subject: fixed typo in lib/public/util.php:106 (varname to ) X-Git-Tag: v4.0.0RC~76^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bba434ca37f6d53ab0924b4d5a4a51fe62914dca;p=nextcloud-server.git fixed typo in lib/public/util.php:106 (varname to ) --- 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 ); } /**