suppression slash
This commit is contained in:
parent
117530b8f1
commit
b665045225
@ -520,8 +520,8 @@ class common {
|
|||||||
require_once('core/module/install/ressource/defaultdata.php');
|
require_once('core/module/install/ressource/defaultdata.php');
|
||||||
|
|
||||||
// Stockage dans un sous-dossier localisé
|
// Stockage dans un sous-dossier localisé
|
||||||
if (!file_exists(self::DATA_DIR . '/' . $lang)) {
|
if (!file_exists(self::DATA_DIR . $lang)) {
|
||||||
mkdir (self::DATA_DIR . '/' . $lang);
|
mkdir (self::DATA_DIR .$lang);
|
||||||
}
|
}
|
||||||
$db = $this->dataFiles[$module];
|
$db = $this->dataFiles[$module];
|
||||||
if ($sampleSite === true) {
|
if ($sampleSite === true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user