Fix for issue #55: view in browser link is broken

This commit is contained in:
Jaap Jansma 2022-03-24 14:31:37 +01:00
parent 555ac6a796
commit 611e21ac04
1 changed files with 1 additions and 1 deletions

View File

@ -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