summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/register_command.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/appinfo/register_command.php')
-rw-r--r--apps/user_ldap/appinfo/register_command.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/register_command.php b/apps/user_ldap/appinfo/register_command.php
index 6abfd699c90..651e6a564e1 100644
--- a/apps/user_ldap/appinfo/register_command.php
+++ b/apps/user_ldap/appinfo/register_command.php
@@ -31,7 +31,9 @@ $application->add(new OCA\user_ldap\Command\TestConfig());
$application->add(new OCA\user_ldap\Command\CreateEmptyConfig());
$application->add(new OCA\user_ldap\Command\DeleteConfig());
$application->add(new OCA\user_ldap\Command\Search($ocConfig));
-$application->add(new OCA\user_ldap\Command\ShowRemnants($deletedUsersIndex));
+$application->add(new OCA\user_ldap\Command\ShowRemnants(
+ $deletedUsersIndex, \OC::$server->getDateTimeFormatter())
+);
$application->add(new OCA\user_ldap\Command\CheckUser(
$uBackend, $helper, $deletedUsersIndex, $userMapping)
);