Fix: File name not complete
This commit is contained in:
parent
28c28bd217
commit
3e3af877be
@ -186,6 +186,7 @@ foreach ($argv as $key => $value)
|
||||
if ($value == 'filter=excludethirdparties')
|
||||
{
|
||||
$found=true;
|
||||
$option.=(empty($option)?'':'_').'excludethirdparties'.explode('-',$argv[$key+1]);
|
||||
$filter[]='excludethirdparties';
|
||||
|
||||
$thirdpartiesid=explode(',',$argv[$key+1]);
|
||||
@ -194,6 +195,7 @@ foreach ($argv as $key => $value)
|
||||
if ($value == 'filter=onlythirdparties')
|
||||
{
|
||||
$found=true;
|
||||
$option.=(empty($option)?'':'_').'onlythirdparty'.explode('-',$argv[$key+1]);
|
||||
$filter[]='onlythirdparties';
|
||||
|
||||
$thirdpartiesid=explode(',',$argv[$key+1]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user