forked from ZwiiCMS-Team/ZwiiCMS
12010 ? après mettre à jour
This commit is contained in:
parent
3f8c6edc8c
commit
d208512b45
@ -287,7 +287,7 @@ core.start = function() {
|
|||||||
});
|
});
|
||||||
// Confirmation de mise à jour
|
// Confirmation de mise à jour
|
||||||
$("#barUpdate").on("click", function() {
|
$("#barUpdate").on("click", function() {
|
||||||
message = "<?php echo helper::translate('Mettre à jour ?');?>";
|
message = "<?php echo helper::translate('Mettre à jour') . ' ?';?>";
|
||||||
return core.confirm(message, function() {
|
return core.confirm(message, function() {
|
||||||
$(location).attr("href", $("#barUpdate").attr("href"));
|
$(location).attr("href", $("#barUpdate").attr("href"));
|
||||||
});
|
});
|
||||||
|
@ -901,7 +901,7 @@ if ($this->getData(['core', 'dataVersion']) < 12000) {
|
|||||||
}
|
}
|
||||||
// Copier les fichiers de l'interface
|
// Copier les fichiers de l'interface
|
||||||
if (!is_dir(self::I18N_DIR)) {
|
if (!is_dir(self::I18N_DIR)) {
|
||||||
// Créer le d$ossier
|
// Créer le dossier
|
||||||
$this->copyDir('core/module/install/ressource/i18n', self::I18N_DIR);
|
$this->copyDir('core/module/install/ressource/i18n', self::I18N_DIR);
|
||||||
}
|
}
|
||||||
// Langue de l'interface
|
// Langue de l'interface
|
||||||
|
Loading…
Reference in New Issue
Block a user