diff --git a/restclient.php b/restclient.php index 3a69870..ccdd9df 100755 --- a/restclient.php +++ b/restclient.php @@ -154,7 +154,7 @@ public function execute($url, $method='GET', $parameters=[], $headers=[]){ } if($client->options['format']) - $client->url .= '.'.$client->options['format']; + //$client->url .= '.'.$client->options['format']; // Allow passing parameters as a pre-encoded string (or something that // allows casting to a string). Parameters passed as strings will not be