diff --git a/library/Guzzle/Service/Client.php b/library/Guzzle/Service/Client.php index 61f995eb..042965d4 100644 --- a/library/Guzzle/Service/Client.php +++ b/library/Guzzle/Service/Client.php @@ -85,10 +85,10 @@ class Client extends AbstractSubject */ public function __construct($baseUrl, $config = null) { - $this->setBaseUrl($baseUrl); if ($config) { $this->setConfig($config); } + $this->setBaseUrl($baseUrl); } /**