From 852f2175f26e0b1ea77632cc4f5e59aecbfcb463 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Dec 2021 12:11:14 -0800 Subject: [PATCH] PHP 8.1 fix. --- e107_core/shortcodes/batch/admin_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 01a7721aa..fb9f74565 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -2454,7 +2454,7 @@ Inverse 10 10 $get = $_GET; $get['elan'] = $code; - $qry = http_build_query($get, null, '&'); + $qry = http_build_query($get, '', '&'); $link = e_REQUEST_SELF.'?'.$qry; }