From ace226e665fa77d04a61dfd61818f6cce5df6861 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 7 Oct 2014 07:51:07 +0200 Subject: Deleting tokens works (without confirmation) --- appinfo/application.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appinfo/application.php') diff --git a/appinfo/application.php b/appinfo/application.php index 20325de..66ed557 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -59,6 +59,8 @@ class Application extends App $container->registerService( 'TokenController', function($c) { + Dependencies::get()->urlGen + = $c->query('ServerContainer')->getURLGenerator(); return new \OCA\Grauphel\Controller\TokenController( $c->query('AppName'), $c->query('Request'), -- cgit v1.2.3