diff --git a/core/core.php b/core/core.php index d32c6792..b74c16ae 100644 --- a/core/core.php +++ b/core/core.php @@ -2556,7 +2556,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);