Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 26, 2012
1 parent f1be0f1 commit c9eba76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/Http/Client.php
Expand Up @@ -180,7 +180,7 @@ public function buildUrl($url, $options = []) {
if (empty($options)) {
return $url;
}
if (preg_match('#^http?://#', $url)) {
if (preg_match('#^https?://#', $url)) {
return $url;
}
$defaults = [
Expand Down

0 comments on commit c9eba76

Please sign in to comment.