diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php index 9efe48dad..db035c428 100644 --- a/src/Bundle/ChillWopiBundle/src/Controller/Test.php +++ b/src/Bundle/ChillWopiBundle/src/Controller/Test.php @@ -82,7 +82,7 @@ final class Test ->generate( 'checkFileInfo', [ - 'fileId' => $storedObject->getId(), + 'fileId' => $storedObject->getFilename(), ], UrlGeneratorInterface::ABSOLUTE_URL ),