Skip to content

Commit

Permalink
Fix setting protocol when returning POP3 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 10, 2014
1 parent 4ae9a4d commit ca3413d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -110,7 +110,7 @@ public function __get($name)

switch ($name) {
case 'url':
$url->protocol = 'pop3';
$out->protocol = 'pop3';
break;
}

Expand Down

0 comments on commit ca3413d

Please sign in to comment.