summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-06-05 17:48:14 +0300
committerMorris Jobke <hey@morrisjobke.de>2014-06-13 15:34:52 +0200
commite026b1dc19e7ad50901efe4544fa701a6a1bd341 (patch)
tree8f2f3fe42ec0a98a898e0f61bd70302daff585fc /core/lostpassword
parent59ff71f7815557794fc9195cfa34ad16c241ab61 (diff)
downloadnextcloud-server-e026b1dc19e7ad50901efe4544fa701a6a1bd341.tar.gz
nextcloud-server-e026b1dc19e7ad50901efe4544fa701a6a1bd341.zip
Add missing use
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/controller/lostcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index 07394102528..2055e0a6eba 100644
--- a/core/lostpassword/controller/lostcontroller.php
+++ b/core/lostpassword/controller/lostcontroller.php
@@ -11,6 +11,7 @@ namespace OC\Core\LostPassword\Controller;
use \OCP\AppFramework\Controller;
use \OCP\AppFramework\Http\JSONResponse;
use \OCP\AppFramework\Http\TemplateResponse;
+use \OC\Core\LostPassword\EncryptedDataException;
class LostController extends Controller {