Browse Source

Return value in all cases

Signed-off-by: Christian Wolf <github@christianwolf.email>
Christian Wolf 2 years ago
parent
commit
52379d7627
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/private/legacy/OC_Image.php

+ 2 - 0
lib/private/legacy/OC_Image.php

@@ -721,6 +721,8 @@ class OC_Image implements \OCP\IImage {
 				return true;
 			}
 		}
+
+		return false;
 	}
 
 	/**