- don't need to reload messages list on copy error

release-0.6
alecpl 15 years ago
parent b1e74acf65
commit fdf8750708

@ -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;

Loading…
Cancel
Save