From ea3d91249609d60de8ea570b2f7694fc283a175c Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 7 Dec 2011 10:41:15 +0000 Subject: - Remove deprecated global $IMAP variable usage (#1488148) git-svn-id: https://svn.roundcube.net/trunk@5563 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/copy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail/copy.inc') diff --git a/roundcubemail/program/steps/mail/copy.inc b/roundcubemail/program/steps/mail/copy.inc index a4d6a4778..edb6af3d5 100644 --- a/roundcubemail/program/steps/mail/copy.inc +++ b/roundcubemail/program/steps/mail/copy.inc @@ -29,7 +29,7 @@ if (!empty($_POST['_uid']) && !empty($_POST['_target_mbox'])) { $target = get_input_value('_target_mbox', RCUBE_INPUT_POST, true); $mbox = get_input_value('_mbox', RCUBE_INPUT_POST, true); - $copied = $IMAP->copy_message($uids, $target, $mbox); + $copied = $RCMAIL->imap->copy_message($uids, $target, $mbox); if (!$copied) { // send error message -- cgit v1.2.3