X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fclient%2Fhttp%2Fclass_HttpClient.php;fp=framework%2Fmain%2Fclasses%2Fclient%2Fhttp%2Fclass_HttpClient.php;h=688c9d30428cc99a3f31304c25c75294864743be;hb=146c8b3c929a1b0ab17d6605e5ae949ac44899c1;hp=1c89e94228d6ae1e3899a65bd482306842f8bf3b;hpb=d5dc929cca6a35725ff7af3446e2764e6c739d81;p=core.git diff --git a/framework/main/classes/client/http/class_HttpClient.php b/framework/main/classes/client/http/class_HttpClient.php index 1c89e942..688c9d30 100644 --- a/framework/main/classes/client/http/class_HttpClient.php +++ b/framework/main/classes/client/http/class_HttpClient.php @@ -48,7 +48,7 @@ class HttpClient extends BaseClient implements Client { * @param $socketResource Resource of a socket (optional) * @return $clientInstance An instance of a Client class */ - public final static function createHttpClient ($socketResouce = FALSE) { + public final static function createHttpClient ($socketResouce = false) { // Get a new instance $clientInstance = new HttpClient();