diff --git a/appinfo/app.php b/appinfo/app.php index 6f18e47..bd1999c 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -21,7 +21,7 @@ * */ -$app = new OCA\DropIt\AppInfo\Application(); +$app = \OC::$server->query(\OCA\DropIt\AppInfo\Application::class); \OCA\Files\App::getNavigationManager()->add(function () { $l = \OC::$server->getL10N('dropit'); diff --git a/appinfo/info.xml b/appinfo/info.xml index 38e280e..41877c0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ https://github.com/rullzer/dropit.git - +