Skip to content

Commit

Permalink
Evarisk#1128 [index] fix: warning no morehtmlright
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-kilyan committed Dec 4, 2024
1 parent 8dc2d3f commit 2624f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tpl/index/index_view.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 2624f5d

Please sign in to comment.