From d6a63016ae0e14efeefd763a1042c515b60b3f7d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 20 Jan 2016 10:42:19 +0100 Subject: move lost controller to core/controller * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword --- core/application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/application.php') diff --git a/core/application.php b/core/application.php index 6536f63c1d8..30376ee4f2e 100644 --- a/core/application.php +++ b/core/application.php @@ -29,7 +29,7 @@ namespace OC\Core; use OC\AppFramework\Utility\SimpleContainer; use OC\AppFramework\Utility\TimeFactory; use \OCP\AppFramework\App; -use OC\Core\LostPassword\Controller\LostController; +use OC\Core\Controller\LostController; use OC\Core\Controller\UserController; use OC\Core\Controller\AvatarController; use \OCP\Util; -- cgit v1.2.3