diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-15 08:46:31 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-15 09:17:30 +0200 |
commit | 2c988ecbf498bebd8ac904e0c457521350cf469f (patch) | |
tree | 9a5be8451b1c763c5009b89f52993372cacaf735 /apps/federation/lib | |
parent | e8d6621a2485196c66d0743df3072da3b9e9c36b (diff) | |
download | nextcloud-server-2c988ecbf498bebd8ac904e0c457521350cf469f.tar.gz nextcloud-server-2c988ecbf498bebd8ac904e0c457521350cf469f.zip |
Use the themed Defaults everywhere
Diffstat (limited to 'apps/federation/lib')
-rw-r--r-- | apps/federation/lib/DAV/FedAuth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/lib/DAV/FedAuth.php b/apps/federation/lib/DAV/FedAuth.php index 21c0d61487c..ff83932283c 100644 --- a/apps/federation/lib/DAV/FedAuth.php +++ b/apps/federation/lib/DAV/FedAuth.php @@ -38,7 +38,7 @@ class FedAuth extends AbstractBasic { $this->principalPrefix = 'principals/system/'; // setup realm - $defaults = new \OC_Defaults(); + $defaults = new \OCP\Defaults(); $this->realm = $defaults->getName(); } |