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')
|
if ($value == 'filter=excludethirdparties')
|
||||||
{
|
{
|
||||||
$found=true;
|
$found=true;
|
||||||
|
$option.=(empty($option)?'':'_').'excludethirdparties'.explode('-',$argv[$key+1]);
|
||||||
$filter[]='excludethirdparties';
|
$filter[]='excludethirdparties';
|
||||||
|
|
||||||
$thirdpartiesid=explode(',',$argv[$key+1]);
|
$thirdpartiesid=explode(',',$argv[$key+1]);
|
||||||
@ -194,6 +195,7 @@ foreach ($argv as $key => $value)
|
|||||||
if ($value == 'filter=onlythirdparties')
|
if ($value == 'filter=onlythirdparties')
|
||||||
{
|
{
|
||||||
$found=true;
|
$found=true;
|
||||||
|
$option.=(empty($option)?'':'_').'onlythirdparty'.explode('-',$argv[$key+1]);
|
||||||
$filter[]='onlythirdparties';
|
$filter[]='onlythirdparties';
|
||||||
|
|
||||||
$thirdpartiesid=explode(',',$argv[$key+1]);
|
$thirdpartiesid=explode(',',$argv[$key+1]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user