From 611e21ac04289f4e88f2cc58ef349244e00efd49 Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Thu, 24 Mar 2022 14:31:37 +0100 Subject: [PATCH] Fix for issue #55: view in browser link is broken --- proxy/mailing/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/mailing/mail.php b/proxy/mailing/mail.php index 87d342f..1da8121 100644 --- a/proxy/mailing/mail.php +++ b/proxy/mailing/mail.php @@ -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