From dd98f2e261f9dc484d9f9ffc9ac6a35ca4f8c06d Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 22 Jan 2003 12:03:22 +0000 Subject: [PATCH] Ignore the fonts folder --- admin/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/lang.php b/admin/lang.php index afd6b5b60a..d83007bc6d 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -59,7 +59,7 @@ } foreach ($stringfiles as $key => $file) { - if ($file == "README" or $file == "help" or $file == "docs") { + if ($file == "README" or $file == "help" or $file == "docs" or $file == "fonts") { unset($stringfiles[$key]); } } -- 2.39.5