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

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2018-08-03 22:51:18 +0300
committerGitHub <noreply@github.com>2018-08-03 22:51:18 +0300
commitba7b739cc44124c0221335fa3be010fd55bb26d2 (patch)
treedd4d1cbc27126068301e46a23c61991d9c26d704 /appinfo/app.php
parenta8f883a1bcc327fbf5218396d3aa67d529759c65 (diff)
parent625b51ece1385231c33c9e8265cfd17175768cf5 (diff)
Merge pull request #26 from nextcloud/cleanup-and-performance-improvements
Cleanup and performance improvements
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 28c96df..f017f9f 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -22,7 +22,6 @@
namespace OCA\Survey_Server\AppInfo;
$app = new Application();
-$app->registerOCSApi();
$container = $app->getContainer();
$container->query('OCP\INavigationManager')->add(function () use ($container) {