Index: plugins/WebPurifyPlugin/trunk/lib/model/AbstractWebPurifyCommand.class.php =================================================================== --- plugins/WebPurifyPlugin/trunk/lib/model/AbstractWebPurifyCommand.class.php (revision 33288) +++ plugins/WebPurifyPlugin/trunk/lib/model/AbstractWebPurifyCommand.class.php (revision 33289) @@ -55,5 +55,5 @@ { $browser = new sfWebBrowser(); - $this->response = $browser->get($this->buildUrl())->getResponseXML(); + $browser = new sfWebBrowser(array(), 'sfCurlAdapter', array('Timeout'=>10)); //$this->response = simplexml_load_file($this->buildUrl(),'SimpleXMLElement'); } catch (Exception $e)