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

Load authentication apps to get users from all backends
This commit is contained in:
Thomas Müller 2014-02-11 18:41:08 +01:00
commit 3699728a3a
1 changed files with 1 additions and 0 deletions

View File

@ -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');