[Pkg-owncloud-commits] [owncloud] 96/145: Load authentication apps to get users from all backends - fixes #7019

David Prévot taffit at moszumanska.debian.org
Wed Feb 26 16:27:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c1241b169115e64c639513a1015607739a4e3e7b
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Feb 5 12:54:31 2014 +0100

    Load authentication apps to get users from all backends - fixes #7019
---
 apps/files/command/scan.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/files/command/scan.php b/apps/files/command/scan.php
index 25ab70a..f334f29 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');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list