From 800818c9b00a4156bc7a5dd36f1ca4801d7763c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 8 Aug 2022 09:59:14 +0200 Subject: [PATCH] 11507 retour fichier initial --- core/include/update.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 5b146b7d..4e901a61 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -938,7 +938,7 @@ if ($this->getData(['core', 'dataVersion']) < 11400) { // Consersion des fontes importées $imported = $this->getData(['fonts', 'imported']); if (is_array($imported)) { - foreach ($imported as $fontsId => $fontUrl) { + foreach ($imported as $fontId => $fontUrl) { if ( gettype($fontUrl) === 'string' ) { $this->setData(['fonts', 'imported', $fontId, [ 'name' => ucfirst($fontId),