Version 4.3.2

This commit is contained in:
LC 2023-10-30 11:16:11 +01:00
parent ed74256a6f
commit d605cb2694
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@
$param = '';
include('./module/album/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) . '/lex_album.php');
// supprime le fichier inutile de la version 2.5
if (file_exists('module/album/view/index/index.js.php')) {
unlink('module/album/view/index/index.js.php');
}
if($module::$galleries):
$i = 1;
$galleriesNb = count($module::$galleries);