diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-03-24 15:41:46 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-03-24 15:41:46 +0100 |
commit | f17674fef281da097838c22c71e14698f842a2db (patch) | |
tree | d7567415739b94853c7fdcf7bb89370dad7e55bc /lib/public/route | |
parent | 0d0aac6fffb2da47054ed19eae835aa7d9904692 (diff) | |
download | nextcloud-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.php | 2 |
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 |