diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-12-05 20:51:20 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-12-06 16:10:30 +0100 |
commit | 3a563fdfd7051deaa6b75217e1f8315309e8734b (patch) | |
tree | 0a7364c4fd9a3396ee9dd3cadf44f243bcd5f085 /apps/federatedfilesharing/lib/AppInfo | |
parent | ab2b3d2755e0b1d54bac84f842426b0b8d3aa006 (diff) | |
download | nextcloud-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.php | 2 |
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(); } |