diff --git a/model/AliasHandler.php b/model/AliasHandler.php index fc251d92..b24b71d5 100644 --- a/model/AliasHandler.php +++ b/model/AliasHandler.php @@ -470,7 +470,7 @@ class AliasHandler extends PFAHandler */ protected function getVacationAlias() { - $vacation_goto = str_replace('@', '#', $this->id); + $vacation_goto = str_replace('@', '#', $this->id ?? ''); return $vacation_goto . '@' . Config::read_string('vacation_domain'); }