mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
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
|
||||
if ($identity = $this->page->container->browser->database->identity->get($auth->identity))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue