From c1cce42737be940a915815d87aa4d06678b32cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Wed, 16 Mar 2022 17:49:34 +0100 Subject: [PATCH] bug de virgule --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index fc048794..7b83ea50 100644 --- a/core/core.php +++ b/core/core.php @@ -2525,7 +2525,7 @@ class core extends common { if (!is_dir(self::DATA_DIR . 'fonts')) { mkdir(self::DATA_DIR . 'fonts'); } - file_put_contents(self::DATA_DIR . 'fonts/fonts.html', $fontFile, ); + file_put_contents(self::DATA_DIR . 'fonts/fonts.html', $fontFile); // Enregistre la personnalisation file_put_contents(self::DATA_DIR.'theme.css', $css);