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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-05-29 13:22:58 +0300
committerGitHub <noreply@github.com>2020-05-29 13:22:58 +0300
commit95029aeb46786fc4daf5daa8010412a3471282f5 (patch)
tree5373bb687781e9b1e9907f87d3c5776d004a05ee /appinfo
parenteebb667acde93c7429ccfeb5f9135a23c254f03f (diff)
parent512499670845653e36eaadb29ed9529da1097dc1 (diff)
Merge pull request #993 from mrkara/master
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 087b31de..5034b4fe 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -62,3 +62,4 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
$app = \OC::$server->query(Application::class);
$app->registerProvider();
$app->updateCSP();
+$app->checkAndEnableCODEServer(); \ No newline at end of file