diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-07 11:11:31 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-07 12:25:30 +0200 |
commit | 81ec1c8a1ad208457eae772a20174abf4f6bafe7 (patch) | |
tree | 359adb19cb7a4dbe922d22733fa41537ea12e11a /settings/application.php | |
parent | 95e55aa4adb690947ff73f2c703dac7010ed2cae (diff) | |
download | nextcloud-server-81ec1c8a1ad208457eae772a20174abf4f6bafe7.tar.gz nextcloud-server-81ec1c8a1ad208457eae772a20174abf4f6bafe7.zip |
Remove hardcoded link to performance docs
Diffstat (limited to 'settings/application.php')
-rw-r--r-- | settings/application.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/application.php b/settings/application.php index b4596037964..eb8f0f7a999 100644 --- a/settings/application.php +++ b/settings/application.php @@ -124,6 +124,7 @@ class Application extends App { $c->query('Request'), $c->query('Config'), $c->query('ClientService'), + $c->query('URLGenerator'), $c->query('Util') ); }); |