Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-02-04 19:28:41 +0400
committerRobin Appelman <icewind@owncloud.com>2014-02-04 19:28:41 +0400
commitf830ad0e47df14e821161c49ab1b52694f74912a (patch)
tree53b0ae169281aeb694704bd9e7e0a33ad61ea86b /lib/private/image.php
parent3afdcd85e7d61c38ff8df909c317b73c2ed04353 (diff)
Don't create new thumbnails on the write hook
Diffstat (limited to 'lib/private/image.php')
-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;