Forgot this. see #5495
git-svn-id: https://develop.svn.wordpress.org/trunk@6460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9365777088
commit
fa1f09bcb3
@ -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
Block a user