1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PHP 8.1 fix.

This commit is contained in:
Cameron
2021-12-01 12:11:14 -08:00
parent 0ddcd4d23d
commit 852f2175f2

View File

@@ -2454,7 +2454,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
$get = $_GET;
$get['elan'] = $code;
$qry = http_build_query($get, null, '&amp;');
$qry = http_build_query($get, '', '&amp;');
$link = e_REQUEST_SELF.'?'.$qry;
}