aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-10-13 15:07:51 +0200
committerGitHub <noreply@github.com>2021-10-13 15:07:51 +0200
commitc9918477abfd125d05e4acf475d18f1472bbe3a3 (patch)
tree5ae91ed28542fefd43739901fda32e6a7bfb5e38
parentb585cf1ea1baeb7bbfaf22953e48bbd33e8381fa (diff)
parent30c3202f49c5a62d136f08f6069dd87db2af1ce7 (diff)
downloadnextcloud-server-c9918477abfd125d05e4acf475d18f1472bbe3a3.tar.gz
nextcloud-server-c9918477abfd125d05e4acf475d18f1472bbe3a3.zip
Merge pull request #29211 from nextcloud/fix/shadowed-config-var
Remove shadowed $config variable
-rw-r--r--apps/dav/lib/RootCollection.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/RootCollection.php b/apps/dav/lib/RootCollection.php
index 8d921414d51..d307b5d2488 100644
--- a/apps/dav/lib/RootCollection.php
+++ b/apps/dav/lib/RootCollection.php
@@ -51,7 +51,6 @@ use Sabre\DAV\SimpleCollection;
class RootCollection extends SimpleCollection {
public function __construct() {
- $config = \OC::$server->getConfig();
$l10n = \OC::$server->getL10N('dav');
$random = \OC::$server->getSecureRandom();
$logger = \OC::$server->getLogger();