11507 retour fichier initial

This commit is contained in:
Fred Tempez 2022-08-08 09:59:14 +02:00
parent 49e636a726
commit 800818c9b0
1 changed files with 1 additions and 1 deletions

View File

@ -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),