aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/AppInfo
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-12-05 20:51:20 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-06 16:10:30 +0100
commit3a563fdfd7051deaa6b75217e1f8315309e8734b (patch)
tree0a7364c4fd9a3396ee9dd3cadf44f243bcd5f085 /apps/federatedfilesharing/lib/AppInfo
parentab2b3d2755e0b1d54bac84f842426b0b8d3aa006 (diff)
downloadnextcloud-server-3a563fdfd7051deaa6b75217e1f8315309e8734b.tar.gz
nextcloud-server-3a563fdfd7051deaa6b75217e1f8315309e8734b.zip
revert protected
Diffstat (limited to 'apps/federatedfilesharing/lib/AppInfo')
-rw-r--r--apps/federatedfilesharing/lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php
index c60c62a975f..b86ebebe26f 100644
--- a/apps/federatedfilesharing/lib/AppInfo/Application.php
+++ b/apps/federatedfilesharing/lib/AppInfo/Application.php
@@ -123,7 +123,7 @@ class Application extends App {
*
* @return FederatedShareProvider
*/
- protected function getFederatedShareProvider() {
+ public function getFederatedShareProvider() {
if ($this->federatedShareProvider === null) {
$this->initFederatedShareProvider();
}