mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add find filter value
This commit is contained in:
parent
062d9ac02b
commit
892de8df13
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@ class Auth
|
||||||
);
|
);
|
||||||
|
|
||||||
// Search database for auth records
|
// Search database for auth records
|
||||||
foreach ($this->page->container->browser->database->auth->find() as $auth)
|
foreach ($this->page->container->browser->database->auth->find(
|
||||||
|
$this->page->navbar->request->getValue()
|
||||||
|
) as $auth)
|
||||||
{
|
{
|
||||||
// Get related identity records
|
// Get related identity records
|
||||||
if ($identity = $this->page->container->browser->database->identity->get($auth->identity))
|
if ($identity = $this->page->container->browser->database->identity->get($auth->identity))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue