From 2624f5d3d8bea9c0bf2d8effb7ac89bb5ab54a36 Mon Sep 17 00:00:00 2001 From: evarisk-kilyan Date: Wed, 4 Dec 2024 10:25:27 +0100 Subject: [PATCH] #1128 [index] fix: warning no morehtmlright --- core/tpl/index/index_view.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tpl/index/index_view.tpl.php b/core/tpl/index/index_view.tpl.php index 08f1ff25..ec35d76d 100644 --- a/core/tpl/index/index_view.tpl.php +++ b/core/tpl/index/index_view.tpl.php @@ -65,7 +65,7 @@ saturne_header(0, '', $title . ' ' . $modModule->version, $helpUrl); -print load_fiche_titre($title . ' ' . $modModule->version, $morehtmlright, $moduleNameLowerCase . '_color.png@' . $moduleNameLowerCase); +print load_fiche_titre($title . ' ' . $modModule->version, $morehtmlright ?? '', $moduleNameLowerCase . '_color.png@' . $moduleNameLowerCase); $moduleJustUpdated = strtoupper($moduleName) . '_JUST_UPDATED'; $moduleVersion = strtoupper($moduleName) . '_VERSION';