mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Remove shadowed $config variable
The variable is overwritten a few lines later. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
b585cf1ea1
commit
30c3202f49
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