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:
@@ -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, '&')."'>".$text."</a>" ;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user