summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-05-09 17:50:14 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-05-09 17:50:14 -0400
commit798e6aa40baa518945dd395498c7603790776193 (patch)
tree28a5ac4a942e5ebbb90ef317d0cc0dea599845a0 /lib
parent93c0e8b3bf2ef8b03c50d307c083628a0a5882ae (diff)
parentbba434ca37f6d53ab0924b4d5a4a51fe62914dca (diff)
downloadnextcloud-server-798e6aa40baa518945dd395498c7603790776193.tar.gz
nextcloud-server-798e6aa40baa518945dd395498c7603790776193.zip
Merge commit 'refs/merge-requests/100' of git://gitorious.org/owncloud/owncloud into merge-requests/100
Diffstat (limited to 'lib')
-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 );
}
/**