From 57f4173278098770479457c6d821c65f9cf1ac42 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 9 Apr 2014 16:59:15 +0200 Subject: pass router to routes --- appinfo/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo/routes.php') diff --git a/appinfo/routes.php b/appinfo/routes.php index 118cbac54..f42460e6d 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -30,7 +30,7 @@ use \OCP\AppFramework\App; use \OCA\News\App\News; $app = new News(); -$app->registerRoutes(array( +$app->registerRoutes($this, array( 'routes' => array( ///////////////// Website // page -- cgit v1.2.3