From e026b1dc19e7ad50901efe4544fa701a6a1bd341 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 5 Jun 2014 17:48:14 +0300 Subject: [PATCH] Add missing use --- core/lostpassword/controller/lostcontroller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index 0739410252..2055e0a6eb 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 {