corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 79  →  ?path2? @ 82
/massInvites/sendMassInvites.php
@@ -54,7 +54,7 @@
# III. Escape the data to be sent to Corrade.
array_walk($params,
function(&$value, $key) {
$value = rawurlencode($key)."=".rawurlencode($value);
$value = urlencode($key)."=".urlencode($value);
}
);
$postvars = implode('&', $params);