forked from mirrors/easyappointments
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()
|
public function backup()
|
||||||
{
|
{
|
||||||
$this->instance->backup($GLOBALS['argv'][3]);
|
$this->instance->backup($GLOBALS['argv'][3] ?? NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue