Browse Source

- Fix a forgoten parameter

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
eb5665caa7
  1. 2
      mud.php

2
mud.php

@ -34,7 +34,7 @@ function comploc() {
$folder = 'cache/locales/'; $folder = 'cache/locales/';
if(!file_exists($folder)) { if(!file_exists($folder)) {
$bool = mkdir();
$bool = mkdir($folder);
if(!$bool) { if(!$bool) {
echo "The locales cache folder can't be created"; echo "The locales cache folder can't be created";
exit; exit;

Loading…
Cancel
Save