From c63b56deab0e66a7f3484ff854a1b41e4400cd23 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 19 Aug 2021 16:30:12 +0200 Subject: [PATCH] Add missing favicon url --- src/Bundle/ChillWopiBundle/src/Controller/Test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php index b2904ae8d..9efe48dad 100644 --- a/src/Bundle/ChillWopiBundle/src/Controller/Test.php +++ b/src/Bundle/ChillWopiBundle/src/Controller/Test.php @@ -68,6 +68,7 @@ final class Test throw new Exception(sprintf('Unable to find mime type %s', $storedObject->getType())); } + $configuration['favIconUrl'] = ''; $configuration['access_token'] = $this->security->getUser()->getUsername(); $configuration['server'] = $this