1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Non-standard arg_separator.output value fix.

This commit is contained in:
Cameron
2018-05-04 17:57:43 -07:00
parent 745f9a7c61
commit ed36008286
8 changed files with 9 additions and 9 deletions

View File

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