Skip to content

Commit 20a1a26

Browse files
author
Jason Gulledge
committed
Merge remote branch 'ccornutt/async-fix'
2 parents 952ad27 + 3805b6f commit 20a1a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/SoapClient/AsynchronousAction.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SoftLayer_SoapClient_AsynchronousAction
150150
*/
151151
public function __construct($soapClient, $functionName, $request, $location, $action)
152152
{
153-
preg_match('%^(http(?:s)?://)(.*?)(/.*?)$%', $location, $matches);
153+
preg_match('%^(http(?:s)?)://(.*?)(/.*?)$%', $location, $matches);
154154

155155
$this->_soapClient = $soapClient;
156156
$this->_functionName = $functionName;

0 commit comments

Comments
 (0)