1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +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

@@ -291,7 +291,7 @@ class download_shortcodes extends e_shortcode
}
return "<a href='".e_REQUEST_SELF."?".http_build_query($qry)."'>".$text."</a>" ;
return "<a href='".e_REQUEST_SELF."?".http_build_query($qry, null, '&amp;')."'>".$text."</a>" ;
}