]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed typo in lib/public/util.php:106 (varname to )
authorPhilipp Roggan <philipp.roggan@newsletter4free.de>
Wed, 9 May 2012 13:17:40 +0000 (15:17 +0200)
committerPhilipp Roggan <philipp.roggan@newsletter4free.de>
Wed, 9 May 2012 13:17:40 +0000 (15:17 +0200)
lib/public/util.php

index f9f3759fe5bdb79557e8c7c18ce861d05e0b30a0..749531feafdabc6760f80c628fc419017fa3e427 100644 (file)
@@ -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 );
        }
 
        /**