fixed mail forward
This commit is contained in:
parent
0df7a70315
commit
ee634517c7
|
|
@ -23,4 +23,4 @@ $parameters = civiproxy_get_parameters($valid_parameters);
|
||||||
// check if id specified
|
// check if id specified
|
||||||
if (empty($parameters['id'])) civiproxy_http_error("Resource not found");
|
if (empty($parameters['id'])) civiproxy_http_error("Resource not found");
|
||||||
|
|
||||||
civiproxy_redirect($target_mail, $parameters);
|
civiproxy_redirect($target_mail_view, $parameters);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue