[Pkg-owncloud-commits] [owncloud] 82/223: Add missing use
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit e026b1dc19e7ad50901efe4544fa701a6a1bd341
Author: Victor Dubiniuk <victor.dubiniuk at gmail.com>
Date: Thu Jun 5 17:48:14 2014 +0300
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 0739410..2055e0a 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list