mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-19 14:56:50 +01:00
* [MOD] Use config cache file instead of storing it in PHP's session
* [MOD] Unit testing tweaks in order to renew config cache Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -73,6 +73,7 @@ final class Init extends ModuleBase
|
||||
* @throws \DI\DependencyException
|
||||
* @throws \DI\NotFoundException
|
||||
* @throws \Defuse\Crypto\Exception\EnvironmentIsBrokenException
|
||||
* @throws \SP\Storage\File\FileException
|
||||
*/
|
||||
public function initialize($controller)
|
||||
{
|
||||
@@ -82,7 +83,7 @@ final class Init extends ModuleBase
|
||||
$this->context->initialize();
|
||||
|
||||
// Load config
|
||||
$this->config->loadConfig($this->context);
|
||||
$this->config->loadConfig();
|
||||
|
||||
// Load language
|
||||
$this->language->setLanguage();
|
||||
|
||||
Reference in New Issue
Block a user