Add missing return statement to disable MD_JAIL::enforce on CLI usage
This commit is contained in:
parent
6a7f91ef1d
commit
cad5b4a6f8
|
@ -208,6 +208,7 @@ final class MD_JAIL {
|
|||
|
||||
$this->_status = self::STATUS_SPECIFIED;
|
||||
$this->__destruct();
|
||||
return;
|
||||
}
|
||||
|
||||
$this->_apply_memory_limit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user