diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 08:24:30 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-24 08:24:30 +0000 |
| commit | a640934e130ae438914dec1390e2dc0ea71175e7 (patch) | |
| tree | 70b21a3e32012339e66c97f15e9e2168fea8ec0a /roundcubemail/program/steps | |
| parent | eb7c63be8150721b6d8a8548ab2df781ab3a1bbf (diff) | |
- don't need to reload messages list on copy error
git-svn-id: https://svn.roundcube.net/trunk@3409 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/copy.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/mail/copy.inc b/roundcubemail/program/steps/mail/copy.inc index 91d4e90a7..3ddae613b 100644 --- a/roundcubemail/program/steps/mail/copy.inc +++ b/roundcubemail/program/steps/mail/copy.inc @@ -37,8 +37,6 @@ if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) { if (!$copied) { // send error message - if ($_POST['_from'] != 'show') - $OUTPUT->command('list_mailbox'); $OUTPUT->show_message('errorcopying', 'error'); $OUTPUT->send(); exit; |
