Core\Func: Fix FRIENDLY URL for update
This commit is contained in:
parent
568e119a79
commit
4bd6f93161
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Func
|
|||
|
||||
public function __construct(protected Container $c)
|
||||
{
|
||||
$this->fUrl = $this->c->FRIENDLY_URL;
|
||||
$this->fUrl = $c->isInit('FRIENDLY_URL') ? $c->FRIENDLY_URL : [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue