]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix l10n in federated file sharing 17207/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 19 Sep 2019 10:57:45 +0000 (12:57 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 19 Sep 2019 10:57:45 +0000 (12:57 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/Share20/ProviderFactory.php

index bbd36ab134e303a5dba1dc29a0a22cc68bc1c671..da1905bf98601ac37adcb02d811576ad6000714b 100644 (file)
@@ -112,7 +112,7 @@ class ProviderFactory implements IProviderFactory {
                        /*
                         * TODO: add factory to federated sharing app
                         */
-                       $l = $this->serverContainer->getL10N('federatedfilessharing');
+                       $l = $this->serverContainer->getL10N('federatedfilesharing');
                        $addressHandler = new AddressHandler(
                                $this->serverContainer->getURLGenerator(),
                                $l,