summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-04 16:28:41 +0100
committerRobin Appelman <icewind@owncloud.com>2014-02-04 16:28:41 +0100
commitf830ad0e47df14e821161c49ab1b52694f74912a (patch)
tree53b0ae169281aeb694704bd9e7e0a33ad61ea86b /lib
parent3afdcd85e7d61c38ff8df909c317b73c2ed04353 (diff)
downloadnextcloud-server-f830ad0e47df14e821161c49ab1b52694f74912a.tar.gz
nextcloud-server-f830ad0e47df14e821161c49ab1b52694f74912a.zip
Don't create new thumbnails on the write hook
Diffstat (limited to 'lib')
-rw-r--r--lib/private/image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/image.php b/lib/private/image.php
index 7761a3c7737..a6a2413f59f 100644
--- a/lib/private/image.php
+++ b/lib/private/image.php
@@ -230,7 +230,7 @@ class OC_Image {
}
/**
- * @returns Returns the image resource in any.
+ * @returns resource Returns the image resource in any.
*/
public function resource() {
return $this->resource;