This commit is contained in:
Guan Xiying
2023-04-26 01:33:30 +00:00
+1 -1
View File
@@ -75,7 +75,7 @@ if(!empty($config->test->account) and !empty($config->test->password) and !empty
}
global $isExtractAction;
$isExtractAction = $argv[1] == '-extract';
$isExtractAction = $argc > 1 && $argv[1] == '-extract';
/**
* Save variable to $_result.