mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-10 08:32:48 +08:00
修正数据库驱动类的quote方法
This commit is contained in:
@@ -1128,6 +1128,7 @@ abstract class Driver
|
||||
*/
|
||||
public function quote($str)
|
||||
{
|
||||
$this->initConnect();
|
||||
return $this->_linkID ? $this->_linkID->quote($str) : $str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user