PMC-402
This commit is contained in:
2
workflow/engine/controllers/InstallerModule.php
Normal file → Executable file
2
workflow/engine/controllers/InstallerModule.php
Normal file → Executable file
@@ -295,7 +295,7 @@ class InstallerModule extends Controller
|
||||
|
||||
// memory limit verification
|
||||
$memory = (int)ini_get('memory_limit');
|
||||
$info->memory->version = $memory . 'M';
|
||||
$info->memory->version = changeAbbreviationOfDirectives(ini_get('memory_limit'));
|
||||
$info->memory->result = $memory > 255;
|
||||
|
||||
return $info;
|
||||
|
||||
Reference in New Issue
Block a user