From: Michael M Slusarz Date: Thu, 10 Dec 2009 21:24:08 +0000 (-0700) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=db21edc722fe3cf2b5429af2f6738a4e47cc2c3f;p=horde.git Fix typo --- diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index a5b2a44b1..3b17326f4 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -155,7 +155,7 @@ class IMP_Compose * auto_delete_drafts was true, and we successfully sent the * message. */ if ((($GLOBALS['prefs']->getValue('auto_save_drafts') && - !$this->_getMetadata('resume')) || + !$this->getMetadata('resume')) || ($success && $GLOBALS['prefs']->getValue('auto_delete_drafts'))) && ($uid = $this->getMetadata('draft_uid'))) { $imp_message = IMP_Message::singleton();