From fc638f5d9000b2bf9e12313b5bab212833e8e440 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 11 Apr 2021 14:28:26 +0300 Subject: [PATCH] Fix to use already existing hashref --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 6c3b5fde2..a57bfa520 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -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); }; } }