Minor correction
This commit is contained in:
parent
eb8d63fea0
commit
4e065e8cf7
1 changed files with 1 additions and 4 deletions
|
@ -124,14 +124,11 @@
|
|||
|
||||
if(self::$args_cache === null)
|
||||
{
|
||||
self::$args_cache = [];
|
||||
if(isset($argv))
|
||||
{
|
||||
self::$args_cache = self::parseArgument($argv);
|
||||
}
|
||||
else
|
||||
{
|
||||
self::$args_cache = [];
|
||||
}
|
||||
}
|
||||
|
||||
if($after === null)
|
||||
|
|
Loading…
Add table
Reference in a new issue