Fix to put it in one line

This commit is contained in:
iliajie
2022-09-29 09:08:44 +03:00
parent fcd0c11ef9
commit 1a6b280ab6

View File

@@ -27,8 +27,7 @@ $help || &helperror(&text('help_efile3',
if (&foreign_exists($module) &&
&foreign_require($module) &&
&foreign_func_exists($module, 'help_pre_load')) {
$help =
&foreign_call($module, "help_pre_load", $help);
$help = &foreign_call($module, "help_pre_load", $help);
}
# find and replace the <header> section