change container interface, using good one

This commit is contained in:
Manuel Raynaud
2014-02-03 14:07:23 +01:00
parent 3fd8f5adbb
commit 31dc5238de
2 changed files with 2 additions and 5 deletions

View File

@@ -399,13 +399,10 @@ class CheckPermission extends BaseInstall
// The 'G' modifier is available since PHP 5.1.0
case 'g':
$val *= 1024;
break;
case 'm':
$val *= 1024;
break;
case 'k':
$val *= 1024;
break;
}
return $val;