]> git.mjollnir.org Git - moodle.git/commitdiff
Ignore the fonts folder
authormoodler <moodler>
Wed, 22 Jan 2003 12:03:22 +0000 (12:03 +0000)
committermoodler <moodler>
Wed, 22 Jan 2003 12:03:22 +0000 (12:03 +0000)
admin/lang.php

index afd6b5b60adb3d5a9b02de168267b4685ad584e8..d83007bc6df3f45dc7d1518c3fa12ebee6bc0eda 100644 (file)
@@ -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]);
         }
     }