forked from ZwiiCMS-Team/ZwiiCMS
reformatage
This commit is contained in:
parent
00da98f0fe
commit
fa53c121b4
@ -77,7 +77,7 @@ class plugin extends common
|
|||||||
is_dir($infoModules[$this->getUrl(2)]['dataDirectory'])
|
is_dir($infoModules[$this->getUrl(2)]['dataDirectory'])
|
||||||
&& !$this->removeDir($infoModules[$this->getUrl(2)]['dataDirectory'])
|
&& !$this->removeDir($infoModules[$this->getUrl(2)]['dataDirectory'])
|
||||||
) {
|
) {
|
||||||
$notification = sprintf( helper::translate('Le module %s est désinstallé, il reste peut-être des données dans %s'), $module, $infoModules[$this->getUrl(2)]['dataDirectory']);
|
$notification = sprintf(helper::translate('Le module %s est désinstallé, il reste peut-être des données dans %s'), $module, $infoModules[$this->getUrl(2)]['dataDirectory']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -229,7 +229,7 @@ class plugin extends common
|
|||||||
$zip->close();
|
$zip->close();
|
||||||
return ([
|
return ([
|
||||||
'success' => $success,
|
'success' => $success,
|
||||||
'notification' => $success ? sprintf( helper::translate('Le module %s a été %s'), $module['name'], $t)
|
'notification' => $success ? sprintf(helper::translate('Le module %s a été %s'), $module['name'], $t)
|
||||||
: helper::translate('Erreur inconnue, le module n\'est pas installé')
|
: helper::translate('Erreur inconnue, le module n\'est pas installé')
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
@ -316,7 +316,7 @@ class plugin extends common
|
|||||||
if (file_exists(self::FILE_DIR . 'source/modules/' . $moduleFile)) {
|
if (file_exists(self::FILE_DIR . 'source/modules/' . $moduleFile)) {
|
||||||
$r = $this->install(self::FILE_DIR . 'source/modules/' . $moduleFile, false);
|
$r = $this->install(self::FILE_DIR . 'source/modules/' . $moduleFile, false);
|
||||||
} else {
|
} else {
|
||||||
$r['notification'] =helper::translate('Erreur inconnue, le module n\'est pas installé');
|
$r['notification'] = helper::translate('Erreur inconnue, le module n\'est pas installé');
|
||||||
$r['success'] = false;
|
$r['success'] = false;
|
||||||
}
|
}
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
@ -628,7 +628,7 @@ class plugin extends common
|
|||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'redirect' => helper::baseUrl() . 'plugin',
|
'redirect' => helper::baseUrl() . 'plugin',
|
||||||
'notification' => sprintf( helper::translate('Le module %s de la page %s a été supprimé'), $this->getUrl(3), $this->getUrl(4) ),
|
'notification' => sprintf(helper::translate('Le module %s de la page %s a été supprimé'), $this->getUrl(3), $this->getUrl(4)),
|
||||||
'state' => true
|
'state' => true
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user