diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-02-07 22:33:01 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-02-08 21:12:30 +0100 |
commit | eb5de4d4f7b98bb1c258dbb5ed5ecf9c2d39e746 (patch) | |
tree | 47ae2ac83a8241730c1070ce582564064c778839 /lib/util.php | |
parent | 7c03b612d2c58f9cc02c46c82e137087b1591d07 (diff) | |
download | nextcloud-server-eb5de4d4f7b98bb1c258dbb5ed5ecf9c2d39e746.tar.gz nextcloud-server-eb5de4d4f7b98bb1c258dbb5ed5ecf9c2d39e746.zip |
Change gallery thumbnail generation to OC_Image
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index abd918044b5..43fb4413f04 100644 --- a/lib/util.php +++ b/lib/util.php @@ -110,7 +110,7 @@ class OC_Util { /** * @brief Add a custom element to the header * @param string tag tag name of the element - * @param array $attributes array of attrobutes for the element + * @param array $attributes array of attributes for the element * @param string $text the text content for the element */ public static function addHeader( $tag, $attributes, $text=''){ |