mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
* [ADD] Unit testing. Work in progress
* [ADD] Added trasient data collection to context * [MOD] Code refactoring and minor bugfixes
This commit is contained in:
@@ -229,7 +229,7 @@ class ConfigManagerController extends ControllerBase
|
||||
$template->setBase('config');
|
||||
$template->addTemplate('encryption');
|
||||
|
||||
$numAccounts = $this->dic->get(AccountService::class)->getTotalNumAccounts()->num;
|
||||
$numAccounts = $this->dic->get(AccountService::class)->getTotalNumAccounts();
|
||||
$template->assign('numAccounts', $numAccounts);
|
||||
|
||||
if ($numAccounts > 500) {
|
||||
|
||||
Reference in New Issue
Block a user