diff options
author | tomneedham <tom@owncloud.com> | 2014-02-17 11:03:57 +0000 |
---|---|---|
committer | tomneedham <tom@owncloud.com> | 2014-02-17 11:03:57 +0000 |
commit | a4b6d667038be9ca82c51fd0e22e7f3e51cb1e17 (patch) | |
tree | 1b456e75e10dde0f5a65af47420daa0abfd0fdf5 /apps/files/command | |
parent | 049e03c2b92e10ef94d1f7bc900e74f078a56a9b (diff) | |
parent | 5a8d37023a84d933eaa5113400014805048a689b (diff) | |
download | nextcloud-server-a4b6d667038be9ca82c51fd0e22e7f3e51cb1e17.tar.gz nextcloud-server-a4b6d667038be9ca82c51fd0e22e7f3e51cb1e17.zip |
Merge branch 'master' into migration_unit_tests
Diffstat (limited to 'apps/files/command')
-rw-r--r-- | apps/files/command/scan.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php index 25ab70af362..f334f29a939 100644 --- a/apps/files/command/scan.php +++ b/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'); |