From 28590f391796f799e0a5b800bb659443ef7ad3d6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 15 Apr 2010 00:01:17 -0600 Subject: [PATCH] Fix an injector call --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index edf85f98c..c9c7686f8 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -404,7 +404,7 @@ class IMP_Compose // even though the server is the same. UIDVALIDITY should // catch any true server/backend changes. ($GLOBALS['imp_imap']->checkUidvalidity($imap_url['mailbox']) == $imap_url['uidvalidity']) && - $GLOBALS['injector']->getInstance('IMP_Contents')->getOb($imap_url['uid'] . IMP::IDX_SEP . $imap_url['mailbox'])) { + $GLOBALS['injector']->getInstance('IMP_Contents')->getOb($imap_url['mailbox'], $imap_url['uid'])) { $this->_metadata['mailbox'] = $imap_url['mailbox']; $this->_metadata['reply_type'] = $reply_type; $this->_metadata['uid'] = $imap_url['uid']; -- 2.11.0