-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaned up pull #167
Cleaned up pull #167
Conversation
…ere karaf is install.
// Try to connect to the server. | ||
$url = $element['#value'] . '/cxf'; | ||
$handle = curl_init($url); | ||
curl_setopt($handle, CURLOPT_RETURNTRANSFER, TRUE); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travis is failing due to 2 spaces between $handle,
and CURLOPT_RETURNTRANSFER
.
@nigelgbanks why did you close the other pull request (#166)? |
Just to clean up. |
@nigelgbanks oh ok, if you want we can always squash your commits before merging it in. Your call. |
Testing now... |
Sorry for the delay, didn't get finished before the end of the day. Tested and this works for me. Merging in an hour if I don't hear from anyone. |
👍 looks fine. You are good to go and you can merge @whikloj |
THUMB
|
Replaced hardcoded url's with variable calls.