Skip to content

Commit

Permalink
Update PortAbstract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman committed Feb 26, 2018
1 parent 1b1ecef commit 467b6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PortAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ protected function url_modify($changes, $url)

return (!empty($url_array['scheme']) ? $url_array['scheme'] . '://' : null) .
(!empty($url_array['host']) ? $url_array['host'] : null) .
(!empty($url_array['port']) ? ':' . $url_array['port'] : null) .
$url_array['path'] . '?' . http_build_query($query_array);
}
}

0 comments on commit 467b6cb

Please sign in to comment.