From c321a955a7b0f6d6b13ffaebf040a6c7091037ae Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 16 Jan 2012 10:14:41 -0500 Subject: [PATCH] Merged devel-framework branch (r5746:5779) back into trunk --- tests/mailfunc.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tests/mailfunc.php b/tests/mailfunc.php index 2e55d33..ed63788 100644 --- a/tests/mailfunc.php +++ b/tests/mailfunc.php @@ -16,8 +16,7 @@ $GLOBALS['RCMAIL'] = $RCMAIL = rcmail::get_instance(); $GLOBALS['OUTPUT'] = $OUTPUT = $RCMAIL->load_gui(); $RCMAIL->action = 'autocomplete'; - $RCMAIL->imap_init(false); - $IMAP = $RCMAIL->imap; + $RCMAIL->storage_init(false); require_once INSTALL_PATH . 'program/steps/mail/func.inc'; -- Gitblit v1.9.1