Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

think\db\driver.php escapeString 的问题 #53

Closed
uubos opened this issue Dec 14, 2015 · 1 comment
Closed

think\db\driver.php escapeString 的问题 #53

uubos opened this issue Dec 14, 2015 · 1 comment

Comments

@uubos
Copy link

uubos commented Dec 14, 2015

thinkphp\library\think\db\driver.php  LINE: 1132
Call to a member function quote() on null

escapeString方法是不是少了 
$this->initConnect();
if (!$this->_linkID) {
return $str;
}

@liu21st
Copy link
Member

liu21st commented Dec 19, 2015

已经修正

@liu21st liu21st closed this as completed Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants