mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
remove leading minus which thankfully crashes because this operand does not apply to PsrLoggerAdapter
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
8fecf3467f
commit
af8b7835b8
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class Server {
|
|||
\OC::$server->getShareManager(),
|
||||
$view
|
||||
));
|
||||
- $logger = \OC::$server->get(LoggerInterface::class);
|
||||
$logger = \OC::$server->get(LoggerInterface::class);
|
||||
$this->server->addPlugin(
|
||||
new BulkUploadPlugin($userFolder, $logger)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue