aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/route
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-03-24 15:41:46 +0100
committerRobin Appelman <icewind@owncloud.com>2014-03-24 15:41:46 +0100
commitf17674fef281da097838c22c71e14698f842a2db (patch)
treed7567415739b94853c7fdcf7bb89370dad7e55bc /lib/public/route
parent0d0aac6fffb2da47054ed19eae835aa7d9904692 (diff)
downloadnextcloud-server-f17674fef281da097838c22c71e14698f842a2db.tar.gz
nextcloud-server-f17674fef281da097838c22c71e14698f842a2db.zip
Only load routes from the apps we need
Diffstat (limited to 'lib/public/route')
-rw-r--r--lib/public/route/irouter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php
index df397bc8758..125cd29e81b 100644
--- a/lib/public/route/irouter.php
+++ b/lib/public/route/irouter.php
@@ -22,7 +22,7 @@ interface IRouter {
/**
* loads the api routes
*/
- public function loadRoutes();
+ public function loadRoutes($app = null);
/**
* Sets the collection to use for adding routes