1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00
Files
php-e107/e107_core/shortcodes/single
Serios 48ace09e61 Fixing http_build_query causing return of &amp
Fixing http_build_query function causing return of &amp instead of & on some servers when using {MENU: xxxxx} with parameters, thus breaking parameters passing to the menu.

Eg. {MENU: path=news/latestnews&test1=true&test2=false&test3=44}
Will return call the menu with test1=true&test2=false&test3=44 instead of est1=true&test2=false&test3=44
 causing only the first parameter key passed, to be valid
2016-02-26 00:48:17 +02:00
..
2015-06-11 09:40:56 -07:00
2016-02-15 00:14:45 -08:00
2013-02-19 18:36:58 +02:00
2014-01-20 03:26:15 -08:00
2013-03-01 15:42:06 +02:00