mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to put it in one line
This commit is contained in:
3
help.cgi
3
help.cgi
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user