mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 22:58:06 +01:00
Temporarily disabled new image converter memory allocation
This commit is contained in:
parent
efbd8b4b2a
commit
9ae981c914
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user