From fcfa71aa0cbc04ab3a936e7e438096317d23b21c Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 24 Feb 2025 19:07:06 +0300 Subject: [PATCH] Minor renaming --- bhl_flt.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bhl_flt.inc.php b/bhl_flt.inc.php index 269e9a7..86584b7 100644 --- a/bhl_flt.inc.php +++ b/bhl_flt.inc.php @@ -2,7 +2,7 @@ namespace metagen_php; use Exception; -function flt_bhl_ref($val, $name, $struct, $str_args) +function flt_bhl_ref($val, $name, $data, $str_args) { if(!$val) return $val;