Core\Func: Fix FRIENDLY URL for update

This commit is contained in:
Visman 2023-11-14 08:46:17 +07:00
parent 568e119a79
commit 4bd6f93161

View file

@ -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 : [];
}
/**