mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #29211 from nextcloud/fix/shadowed-config-var
Remove shadowed $config variable
This commit is contained in:
commit
c9918477ab
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue