mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 03:16:54 +01:00
* [MOD] Fixed some issues when running on PHP 7.2. Work in progress
This commit is contained in:
@@ -79,6 +79,8 @@ class AccessManagerController extends ControllerBase
|
||||
$this->itemsGridHelper = $this->dic->get(ItemsGridHelper::class);
|
||||
$this->tabsGridHelper = $this->dic->get(TabsGridHelper::class);
|
||||
|
||||
$this->itemsGridHelper->setQueryTimeStart(microtime(true));
|
||||
|
||||
if ($this->checkAccess(Acl::USER)) {
|
||||
$this->tabsGridHelper->addTab($this->getUsersList());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user