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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinzenz Rosenkranz <v1r0x@users.noreply.github.com>2016-10-27 11:36:28 +0300
committerGitHub <noreply@github.com>2016-10-27 11:36:28 +0300
commitb3817fa39b0741178f8abc81ef8d04d6bf55469b (patch)
treecaafd9ea941323199ffbef49e58fb88ed3076937 /appinfo/application.php
parente3ee9b141d77498bda9a0368b146e2513d4bd46f (diff)
parent2a0ff6dd3709cf57ada8ea69f1259dd331d29c26 (diff)
Merge pull request #95 from v1r0x/rem-share-mgr0.7.2.2
remove unused share manager
Diffstat (limited to 'appinfo/application.php')
-rw-r--r--appinfo/application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index 123e436d..8a13efc0 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -44,7 +44,6 @@ class Application extends App {
$c->query('Request'),
$c->query('UserManager'),
$c->query('GroupManager'),
- $server->getShareManager(),
$c->query('AvatarManager'),
$c->query('Logger'),
$c->query('L10N'),