Skip to content

Commit

Permalink
Fix typo in language import routine
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Apr 3, 2015
1 parent ba8e26c commit b74e46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/php/language/import_language.php
Expand Up @@ -130,7 +130,7 @@

if ($nottingham_language_found && !file_exists($xerte_toolkits_site->root_file_path . "modules/xerte/parent_templates/Nottingham/wizards/" . $lang_dir))
{
mkdir($xerte_toolkits_site->root_file_path . "modules/xerte/parent_templates/Nottingham/wizards/" . $lang_dir. 0755, true);
mkdir($xerte_toolkits_site->root_file_path . "modules/xerte/parent_templates/Nottingham/wizards/" . $lang_dir, 0755, true);
}

/*
Expand Down

0 comments on commit b74e46e

Please sign in to comment.