mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [ADD] Error page for common errors during initialization.
* [FIX] Minor bugfixes
This commit is contained in:
@@ -36,7 +36,6 @@ use SP\Core\Context\ContextInterface;
|
||||
use SP\Core\Context\SessionContext;
|
||||
use SP\Core\Events\EventDispatcher;
|
||||
use SP\Core\Exceptions\FileNotFoundException;
|
||||
use SP\Core\Language;
|
||||
use SP\Core\UI\Theme;
|
||||
use SP\DataModel\ProfileData;
|
||||
use SP\Modules\Web\Controllers\Helpers\LayoutHelper;
|
||||
@@ -91,10 +90,6 @@ abstract class ControllerBase
|
||||
* @var EventDispatcher
|
||||
*/
|
||||
protected $eventDispatcher;
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $loggedIn = false;
|
||||
/**
|
||||
* @var ConfigData
|
||||
*/
|
||||
@@ -163,8 +158,6 @@ abstract class ControllerBase
|
||||
$this->setViewVars();
|
||||
}
|
||||
|
||||
$this->view->assign('language', substr(Language::$globalLang, 0, 2));
|
||||
|
||||
if (method_exists($this, 'initialize')) {
|
||||
$this->initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user