mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Fallback value for arg
This commit is contained in:
parent
540daa3a49
commit
072ff2862e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Console extends EA_Controller {
|
|||
*/
|
||||
public function backup()
|
||||
{
|
||||
$this->instance->backup($GLOBALS['argv'][3]);
|
||||
$this->instance->backup($GLOBALS['argv'][3] ?? NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue