From cafc8cb22347f0c861bbc333354e2766779e065d Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Mon, 2 Sep 2013 18:18:12 +0200 Subject: Change Files Scan command to use OC\User\Manager --- console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console.php') diff --git a/console.php b/console.php index 9639f60b7ac..11df7eb0dc9 100644 --- a/console.php +++ b/console.php @@ -27,5 +27,5 @@ if (!OC::$CLI) { $defaults = new OC_Defaults; $application = new Application($defaults->getName(), \OC_Util::getVersionString()); $application->add(new OC\Core\Command\Status); -$application->add(new OCA\Files\Command\Scan); +$application->add(new OCA\Files\Command\Scan(OC_User::getManager())); $application->run(); -- cgit v1.2.3