Skip to content

Commit 30c3202

Browse files
Remove shadowed $config variable
The variable is overwritten a few lines later. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent b585cf1 commit 30c3202

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/dav/lib/RootCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151

5252
class RootCollection extends SimpleCollection {
5353
public function __construct() {
54-
$config = \OC::$server->getConfig();
5554
$l10n = \OC::$server->getL10N('dav');
5655
$random = \OC::$server->getSecureRandom();
5756
$logger = \OC::$server->getLogger();

0 commit comments

Comments
 (0)