mirror of
https://github.com/typecho/typecho.git
synced 2025-04-05 02:32:26 +02:00
fix: Mysqli quoteColumn 函数参数调用错误
This commit is contained in:
parent
44497599f6
commit
694a22a295
@ -128,7 +128,7 @@ class Typecho_Db_Adapter_Mysqli implements Typecho_Db_Adapter
|
||||
*/
|
||||
public function quoteColumn($string)
|
||||
{
|
||||
return $resource->real_escape_string($string);
|
||||
return $this->_dbLink->real_escape_string($string);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user