mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
check for option name entry enabled
This commit is contained in:
parent
a4406499dd
commit
daf048d25b
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class Auth
|
||||||
$this->page->container->browser->database->identity->add(
|
$this->page->container->browser->database->identity->add(
|
||||||
$identity->crt(),
|
$identity->crt(),
|
||||||
$identity->key(),
|
$identity->key(),
|
||||||
$option->name->getValue()
|
$option->name ? $option->name->getValue() : null
|
||||||
),
|
),
|
||||||
$this->page->navbar->request->getValue()
|
$this->page->navbar->request->getValue()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue