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

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 427bfcb..6fcd89f 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -53,7 +53,7 @@ class Application extends App {
});
}
}
-$app = new Application();
+$app = \OC::$server->query(Application::class);
$container = $app->getContainer();
$app->connectWatcher($container);
@@ -86,4 +86,4 @@ $container->query('OCP\INavigationManager')
}
);
-?> \ No newline at end of file
+?>