diff options
Diffstat (limited to 'program/steps/mail/copy.inc')
-rw-r--r-- | program/steps/mail/copy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/copy.inc b/program/steps/mail/copy.inc index 0f7b1a03a..79e207aa7 100644 --- a/program/steps/mail/copy.inc +++ b/program/steps/mail/copy.inc @@ -28,7 +28,7 @@ if (!$OUTPUT->ajax_call) { if (!empty($_POST['_uid']) && strlen($_POST['_target_mbox'])) { $target = rcube_utils::get_input_value('_target_mbox', rcube_utils::INPUT_POST, true); - foreach (rcmail_get_uids() as $mbox => $uids) { + foreach (rcmail::get_uids() as $mbox => $uids) { $copied += (int)$RCMAIL->storage->copy_message($uids, $target, $mbox); } |