Skip to content

Commit

Permalink
Make sure parts exists
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 19, 2014
1 parent 21aaff0 commit 2e17156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ protected function _parse($url)
$mbox = substr($mbox, 0, $pos);
}
$this->mailbox = urldecode($mbox);

} else {
$parts = array();
}

if (count($parts)) {
Expand Down

0 comments on commit 2e17156

Please sign in to comment.