changed languages-directory to lower case, for Unix
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 26 Apr 2004 21:45:09 +0000 (21:45 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 26 Apr 2004 21:45:09 +0000 (21:45 +0000)
maintenance/DiffLanguage.php

index 79984f9..15ea5a4 100644 (file)
@@ -72,7 +72,7 @@ if ( isset($argv[1]) ) {
                $input = strtoupper(substr($input,0,1)).strtolower(substr($input,1));
                
                # try to get the file           
-               if( file_exists("../Languages/Language$input.php") ) {
+               if( file_exists("../languages/Language$input.php") ) {
                        $loop = false;
                        $lang = $input;
                } else {