From 7664759d3f7ccb0ed3b7697a0bb996c7f7f019cd Mon Sep 17 00:00:00 2001 From: daraelmin Date: Sun, 23 Jul 2023 21:35:44 +0200 Subject: [PATCH] FIX #25392 - PHP 8 Warning on new member public form (#25397) --- htdocs/public/members/new.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 2bc0fbd8f72..2f2a3254a26 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -161,7 +161,7 @@ function llxHeaderVierge($title, $head = "", $disablejs = 0, $disablehead = 0, $ */ function llxFooterVierge() { - global $conf; + global $conf, $langs; print ''; @@ -169,7 +169,7 @@ function llxFooterVierge() if (!empty($conf->use_javascript_ajax)) { print "\n".''."\n"; - print ''."\n"; + print ''."\n"; } print "\n";