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:
@@ -153,10 +153,13 @@ abstract class ControllerBase
|
||||
$this->view->setBase(strtolower($this->controllerName));
|
||||
|
||||
$this->icons = $this->theme->getIcons();
|
||||
$this->userData = clone $this->session->getUserData();
|
||||
$this->userProfileData = clone $this->session->getUserProfile();
|
||||
|
||||
$this->setViewVars();
|
||||
if ($this->session->isLoggedIn()) {
|
||||
$this->userData = clone $this->session->getUserData();
|
||||
$this->userProfileData = clone $this->session->getUserProfile();
|
||||
|
||||
$this->setViewVars();
|
||||
}
|
||||
|
||||
if (method_exists($this, 'initialize')) {
|
||||
$this->initialize();
|
||||
|
||||
Reference in New Issue
Block a user