Skip to content

Commit

Permalink
./language to ./Language
Browse files Browse the repository at this point in the history
  • Loading branch information
SyNko committed Aug 16, 2012
1 parent e58d8a7 commit 65efc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/view/step1.php
Expand Up @@ -19,7 +19,7 @@
onchange="window.location.href='<?php echo $_SERVER['PHP_SELF']; ?>?lang='+this.options[this.selectedIndex].value;" >
<?php
echo '<option value="">- Select Language -</option>';
foreach (new DirectoryIterator('./languages/') as $file) {
foreach (new DirectoryIterator('./Languages/') as $file) {
// get each file not starting with dots ('.','..')
// or containing ".install.php"
if ((!$file->isDot()) && preg_match("/.png$/",$file->getFilename())) {
Expand Down

0 comments on commit 65efc65

Please sign in to comment.