From: moodler Date: Wed, 22 Jan 2003 12:03:22 +0000 (+0000) Subject: Ignore the fonts folder X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dd98f2e261f9dc484d9f9ffc9ac6a35ca4f8c06d;p=moodle.git Ignore the fonts folder --- 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]); } }