summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-12-18 09:11:57 +0000
committersvncommit <devs@roundcube.net>2006-12-18 09:11:57 +0000
commit23796ec2909bf9cb3ae846f9d124a1098672c5ff (patch)
treea7e579c977d414541ced08424b20413253ad7462 /index.php
parent04d6304b4d1b272d5cd533abfbc2240d8ce77c38 (diff)
Fix display of quota image/text after a remote command.
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index e67518512..52d6ddc50 100644
--- a/index.php
+++ b/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);