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; }