summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 00:33:54 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 00:33:54 +0200
commite071bfc14476877b9731bfe84904858444eb1dbd (patch)
tree9390d2e60965aa8b71bb0f31448aeb6541efbc1d /lib/private/appframework/http
parent3829a746a154863dc264bc83aa8bde4970d59949 (diff)
downloadnextcloud-server-e071bfc14476877b9731bfe84904858444eb1dbd.tar.gz
nextcloud-server-e071bfc14476877b9731bfe84904858444eb1dbd.zip
fixing SecurityMiddleware to use OC6 API
Diffstat (limited to 'lib/private/appframework/http')
-rw-r--r--lib/private/appframework/http/dispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index ea57a6860cc..2a9ed121488 100644
--- a/lib/private/appframework/http/dispatcher.php
+++ b/lib/private/appframework/http/dispatcher.php
@@ -24,8 +24,8 @@
namespace OC\AppFramework\Http;
-use \OC\AppFramework\Controller\Controller;
use \OC\AppFramework\Middleware\MiddlewareDispatcher;
+use OCP\AppFramework\Controller\Controller;
/**