Fix for issue #55: view in browser link is broken
This commit is contained in:
parent
555ac6a796
commit
611e21ac04
|
|
@ -17,7 +17,7 @@ if (!$target_mail_view) civiproxy_http_error("Feature disabled", 405);
|
|||
civiproxy_security_check('mail-view');
|
||||
|
||||
// basic restraints
|
||||
$valid_parameters = array( 'id' => 'int' );
|
||||
$valid_parameters = array( 'id' => 'int', 'cid' => 'int', 'cs' => 'string' );
|
||||
$parameters = civiproxy_get_parameters($valid_parameters);
|
||||
|
||||
// check if id specified
|
||||
|
|
|
|||
Loading…
Reference in New Issue