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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2019-10-31 16:07:31 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2019-11-29 13:50:58 +0300
commit73f2012e7d26d3716daa6dec2e8bc0cbbe8a9416 (patch)
treea065d52085f8a560b4a3282442722e929b6b5b00 /appinfo/application.php
parent0ed99b0d8f64830fbb3308ae42965614245c4cb8 (diff)
federated key
Diffstat (limited to 'appinfo/application.php')
-rw-r--r--appinfo/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index 850ca6e..4aac65e 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -137,7 +137,8 @@ class Application extends App {
$this->appConfig,
$this->crypt,
$c->query("IManager"),
- $c->query("Session")
+ $c->query("Session"),
+ $c->query("ClientService")
);
});