修改curl中不能初始化配置的bug

This commit is contained in:
Li Jianxuan 2013-11-29 02:26:06 +00:00
parent 5ae05fb85d
commit 8f208ef7c5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Curl
public function __construct($options = array())
{
$this->initOptions($options);
}
public function initOptions($options = array())