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 <oparoz@users.noreply.github.com>2015-06-25 03:00:36 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-06-25 03:00:36 +0300
commit9c728d1c298b762f4ec1b127e26ecde9d25f36b8 (patch)
tree21e91cf0a257418ea843249a971d1e3a38686fcb /appinfo
parentf626a05841a1410b562c6dd2962e535faf513853 (diff)
parent2f83db3d5fb1c20fbbda93ef68661597bd0ee837 (diff)
Merge pull request #146 from owncloud/add-to-owncloud
Adds the form which allows a user to add the shared files to his ownCloud
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index 17b9a62b..538890af 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -68,7 +68,8 @@ class Application extends App {
$c->query('Request'),
$c->query('Environment'),
$c->query('OCP\IURLGenerator'),
- $c->query('DownloadService')
+ $c->query('DownloadService'),
+ $c->query('OCP\IConfig')
);
}
);