From 751a2f9187255625c1b3cc7f7dfb02547e858fcf Mon Sep 17 00:00:00 2001 From: robin Date: Mon, 18 Dec 2006 09:11:57 +0000 Subject: Fix display of quota image/text after a remote command. git-svn-id: https://svn.roundcube.net/trunk@414 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index e67518512..52d6ddc50 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -314,6 +314,9 @@ if ($_task=='mail') if ($_action=='quotaimg') include('program/steps/mail/quotaimg.inc'); + if ($_action=='quotadisplay') + include('program/steps/mail/quotadisplay.inc'); + // make sure the message count is refreshed $IMAP->messagecount($_SESSION['mbox'], 'ALL', TRUE); -- cgit v1.2.3