From db1a87cd6c506f2afbd1a37c64cb56ae11120b49 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 17 Dec 2010 10:07:04 -0500 Subject: [PATCH] Update branch for 0.5-rc release --- program/steps/mail/copy.inc | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc index 4cd51d8..8a7c591 100644 --- a/program/steps/mail/copy.inc +++ b/program/steps/mail/copy.inc @@ -33,7 +33,7 @@ if (!$copied) { // send error message - $OUTPUT->show_message('errorcopying', 'error'); + rcmail_display_server_error('errorcopying'); $OUTPUT->send(); exit; } @@ -52,5 +52,3 @@ // send response $OUTPUT->send(); - - -- Gitblit v1.9.1