fixed mail forward

This commit is contained in:
systopia 2015-03-23 17:31:34 +01:00
parent 0df7a70315
commit ee634517c7
1 changed files with 1 additions and 1 deletions

View File

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