mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 03:46:58 +01:00
* [ADD] Notifications module
* [ADD] Delete multiple items at once * [FIX] Some bugfixes * [MOD] Removed deprecated code
This commit is contained in:
@@ -233,7 +233,7 @@ class ConfigManagerController extends ControllerBase
|
||||
$template->assign('mailSecurity', ['SSL', 'TLS']);
|
||||
$template->assign('configData', $this->configData);
|
||||
|
||||
$template->assign('numAccounts', $this->dic->get(AccountService::class)->getTotalNumAccounts());
|
||||
$template->assign('numAccounts', $this->dic->get(AccountService::class)->getTotalNumAccounts()->num);
|
||||
$template->assign('taskId', Task::genTaskId('masterpass'));
|
||||
|
||||
$configService = $this->dic->get(ConfigService::class);
|
||||
|
||||
Reference in New Issue
Block a user