Fix filefix FILELIST command when area not provided
This commit is contained in:
@@ -34,7 +34,7 @@ class Resend extends Base
|
||||
if (count($this->arguments) < 2)
|
||||
return sprintf('%-25s <-- INVALID, NOT ENOUGH ARGUMENTS',$command);
|
||||
elseif (count($this->arguments) > 2)
|
||||
return sprintf('%-25s <-- INVALID, TOO MANU ARGUMENTS',$command);
|
||||
return sprintf('%-25s <-- INVALID, TOO MANY ARGUMENTS',$command);
|
||||
|
||||
Log::debug(sprintf('%s:- Resending [%s] from [%s] to [%s]',self::LOGKEY,$this->arguments[1],$this->arguments[0],$this->mo->fftn->ftn));
|
||||
|
||||
|
Reference in New Issue
Block a user