mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Improved parsing request data
This commit is contained in:
@@ -60,7 +60,7 @@ class UserSettingsManagerController extends ControllerBase
|
||||
|
||||
$this->eventDispatcher->notifyEvent('show.userSettings', new Event($this));
|
||||
|
||||
$this->tabsHelper->renderTabs(Acl::getActionRoute(ActionsInterface::USERSETTINGS), Request::analyze('tabIndex', 0));
|
||||
$this->tabsHelper->renderTabs(Acl::getActionRoute(ActionsInterface::USERSETTINGS), Request::analyzeInt('tabIndex', 0));
|
||||
|
||||
$this->view();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user