summaryrefslogtreecommitdiffstats
path: root/core/application.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-01-20 10:42:19 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-01-20 10:42:19 +0100
commitd6a63016ae0e14efeefd763a1042c515b60b3f7d (patch)
tree2a9a10e609a79402bc5ea40ff25cfea76d92e8b4 /core/application.php
parentc2a1a02fe452fe93057f36e6d37a8634df2e0bd6 (diff)
downloadnextcloud-server-d6a63016ae0e14efeefd763a1042c515b60b3f7d.tar.gz
nextcloud-server-d6a63016ae0e14efeefd763a1042c515b60b3f7d.zip
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
Diffstat (limited to 'core/application.php')
-rw-r--r--core/application.php2
1 files changed, 1 insertions, 1 deletions
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;