Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 27, 2014
1 parent a52272c commit 77931ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion imp/lib/Compose/Ui.php
Expand Up @@ -127,7 +127,6 @@ public function addIdentityJs()

$identities = array();
$identity = $injector->getInstance('IMP_Identity');
$filter = $injector->getInstance('Horde_Core_Factory_TextFilter');

$sigs = $identity->hasSignature(true);

Expand Down
2 changes: 1 addition & 1 deletion imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php
Expand Up @@ -45,7 +45,7 @@ public function execute()
$iterator = new IMP_Imap_Ftree_IteratorFilter(
$injector->getInstance('IMP_Ftree')
);
$iterator->add($filter::CONTAINERS);
$iterator->add($iterator::CONTAINERS);
$mbox_list = array();

/* Get list of all mailboxes, parse through and get the list of all
Expand Down

0 comments on commit 77931ca

Please sign in to comment.