From 0164cd4315d1001019e646ce56ad473a9ed30cd2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 18 Aug 2008 12:47:43 +0000 Subject: Prevent from including empty template git-svn-id: https://svn.roundcube.net/trunk@1659 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/show.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/show.inc b/roundcubemail/program/steps/mail/show.inc index 4256458d3..b0dcf389b 100644 --- a/roundcubemail/program/steps/mail/show.inc +++ b/roundcubemail/program/steps/mail/show.inc @@ -35,7 +35,7 @@ if ($_GET['_uid']) { if ($RCMAIL->action=='preview' && $OUTPUT->template_exists('messagepreview')) $OUTPUT->send('messagepreview'); else { - $RCMAIL->action = 'list'; + rcmail_overwrite_action(''); return; } } -- cgit v1.2.3