aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Wolf <github@christianwolf.email>2021-10-19 19:07:26 +0200
committerChristian Wolf <github@christianwolf.email>2021-10-19 19:07:26 +0200
commit52379d7627da8a1d16905ee4895d1c15ebdaf5e9 (patch)
tree6f01705245262f164f06e36c68a2b8a921291f23
parent4f320e158fc902dedffbb8b5f7ac254944b20068 (diff)
downloadnextcloud-server-fix/wrong-image-type.tar.gz
nextcloud-server-fix/wrong-image-type.zip
Return value in all casesfix/wrong-image-type
Signed-off-by: Christian Wolf <github@christianwolf.email>
-rw-r--r--lib/private/legacy/OC_Image.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/OC_Image.php b/lib/private/legacy/OC_Image.php
index 8f53b02bfe8..4369e3d0bd2 100644
--- a/lib/private/legacy/OC_Image.php
+++ b/lib/private/legacy/OC_Image.php
@@ -721,6 +721,8 @@ class OC_Image implements \OCP\IImage {
return true;
}
}
+
+ return false;
}
/**