diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-14 17:13:09 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-02-14 17:36:23 -0600 |
commit | b954c2f1860aac2542df0c284e6ecfc68b6e3608 (patch) | |
tree | 5434ee7d841066076b236ed1c9d00eda93e3e3aa /apps/files/lib/AppInfo | |
parent | 9f74858537377d1aae6cf8b7530c9faa987cf8ff (diff) | |
download | nextcloud-server-b954c2f1860aac2542df0c284e6ecfc68b6e3608.tar.gz nextcloud-server-b954c2f1860aac2542df0c284e6ecfc68b6e3608.zip |
Fix app name of files app
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files/lib/AppInfo')
-rw-r--r-- | apps/files/lib/AppInfo/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/AppInfo/Application.php b/apps/files/lib/AppInfo/Application.php index 4e5ec03eecf..43c977655c3 100644 --- a/apps/files/lib/AppInfo/Application.php +++ b/apps/files/lib/AppInfo/Application.php @@ -57,7 +57,6 @@ class Application extends App { $c->query('AppName'), $c->query('Request'), $server->getURLGenerator(), - $server->getNavigationManager(), $c->query('L10N'), $server->getConfig(), $server->getEventDispatcher(), |