diff options
Diffstat (limited to 'apps/federatedfilesharing/appinfo/app.php')
-rw-r--r-- | apps/federatedfilesharing/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php index 5891b9cbbc1..8abdf8cac19 100644 --- a/apps/federatedfilesharing/appinfo/app.php +++ b/apps/federatedfilesharing/appinfo/app.php @@ -20,7 +20,7 @@ * */ -$app = new \OCA\FederatedFileSharing\AppInfo\Application('federatedfilesharing'); +$app = new \OCA\FederatedFileSharing\AppInfo\Application(); use OCA\FederatedFileSharing\Notifier; |