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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-17 21:55:17 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-17 21:55:17 +0300
commitda209c3acd942c812b05428fc4ff188bd460a8aa (patch)
tree69259b89ae377a8563206655ff1dcb1ab58fa833
parent1a856efc14389685951259bc6777b4abfc203751 (diff)
Reduce log spamv1.7.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 9854edd..764b96c 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -19,5 +19,5 @@
*
*/
-$application = new \OCA\FilesDownloadActivity\AppInfo\Application();
+$application = \OC::$server->query(\OCA\FilesDownloadActivity\AppInfo\Application::class);
$application->register();