mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix to use already existing hashref
This commit is contained in:
@@ -5644,7 +5644,7 @@ if (-r "$mdir/$call.pl") {
|
||||
eval {
|
||||
local $main::error_must_die = 1;
|
||||
&foreign_require($mod, "$call.pl");
|
||||
&foreign_call($mod, $call, \%{$data});
|
||||
&foreign_call($mod, $call, $data);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user