Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-23 02:43:00 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-23 02:43:00 +0300
commit55f7c9e7de58dbed8fc3ea7709efbaeaee99eefa (patch)
tree1c9be549fc1f4ab289ae7cfe1b98f957b3b833e8 /appinfo
parent1455e4a46df2a62eab7421bfae7bd2bdf58a1a24 (diff)
Don't use "and" part2
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index cb3c8bfe..a2740e1e 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -78,7 +78,6 @@ class Application extends App {
$c->query('Request'),
$c->query('Environment'),
$c->query('OCP\IURLGenerator'),
- $c->query('DownloadService'),
$c->query('OCP\IConfig')
);
}