Skip to content

Commit

Permalink
Fix undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Apr 4, 2014
1 parent fadc016 commit bb57d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/lib/Mailbox/Ui.php
Expand Up @@ -65,6 +65,7 @@ public function getFrom($ob)
{
$ret = array(
'from' => '',
'from_addr' => '',
'to' => false
);

Expand Down

0 comments on commit bb57d2b

Please sign in to comment.