From f830ad0e47df14e821161c49ab1b52694f74912a Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Tue, 4 Feb 2014 16:28:41 +0100
Subject: [PATCH] Don't create new thumbnails on the write hook

---
 lib/private/image.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/image.php b/lib/private/image.php
index 7761a3c773..a6a2413f59 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;
-- 
GitLab