diff --git a/protected/humhub/modules/file/libs/ImageConverter.php b/protected/humhub/modules/file/libs/ImageConverter.php index 80895ce728..a75196fb4b 100644 --- a/protected/humhub/modules/file/libs/ImageConverter.php +++ b/protected/humhub/modules/file/libs/ImageConverter.php @@ -97,6 +97,12 @@ class ImageConverter * @return boolean true if sufficient memory is available. */ public static function allocateMemory($sourceFile, $test = false) { + + /** + * Temporary disabled + */ + return true; + $width = 0; $height = 0; // buffer for memory needed by other stuff