Minor correction

This commit is contained in:
netkas 2024-10-14 15:54:21 -04:00
parent eb8d63fea0
commit 4e065e8cf7

View file

@ -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)