Rewrite continued:
[core.git] / framework / main / classes / client / http / class_HttpClient.php
index 1c89e94228d6ae1e3899a65bd482306842f8bf3b..688c9d30428cc99a3f31304c25c75294864743be 100644 (file)
@@ -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();