diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-09 17:50:14 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-09 17:50:14 -0400 |
commit | 798e6aa40baa518945dd395498c7603790776193 (patch) | |
tree | 28a5ac4a942e5ebbb90ef317d0cc0dea599845a0 /lib | |
parent | 93c0e8b3bf2ef8b03c50d307c083628a0a5882ae (diff) | |
parent | bba434ca37f6d53ab0924b4d5a4a51fe62914dca (diff) | |
download | nextcloud-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.php | 2 |
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 ); } /** |