MantisBT: master-1.2.x 7cfdf65f

Author Committer Branch Timestamp Parent
jreese jreese master-1.2.x 2009-09-22 16:00 master-1.2.x 8977d9c3
Affected Issues  0010978: Advanced filters with multiselects break permalink generation
Changeset

Fix 0010978: Advanced filters break permalinks

When using advanced filters with multiple items selected from a single
filter element, generation of permalinks fail due to passing an array to
rawurlencode(). Getting arrays from the parsing functions should be
expected and handled appropriately rather than blindly passing it to
rawurlencode().

mod - core/string_api.php Diff File