Forgot this. see #5495
git-svn-id: http://svn.automattic.com/wordpress/trunk@6460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9563ccece0
commit
10e8e7a53d
|
@ -222,7 +222,7 @@ class wpdb {
|
|||
// Basic Query - see docs for more detail
|
||||
|
||||
function query($query) {
|
||||
if ( ! $ready )
|
||||
if ( ! $this->ready )
|
||||
return false;
|
||||
|
||||
// filter the query, if filters are available
|
||||
|
|
Loading…
Reference in New Issue