Merge pull request #7085 from owncloud/quick-fix-7019-master

Load authentication apps to get users from all backends
remotes/origin/ldap_group_count
Thomas Müller 13 years ago
commit 3699728a3a
  1. 1
      apps/files/command/scan.php

@ -58,6 +58,7 @@ class Scan extends Command {
protected function execute(InputInterface $input, OutputInterface $output) {
if ($input->getOption('all')) {
\OC_App::loadApps('authentication');
$users = $this->userManager->search('');
} else {
$users = $input->getArgument('user_id');

Loading…
Cancel
Save