This commit is contained in:
Paula Quispe
2019-07-10 08:43:16 -04:00
parent a07867510d
commit 1f83aab20e
10 changed files with 82 additions and 12 deletions

2
workflow/engine/controllers/InstallerModule.php Normal file → Executable file
View 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;