Forgot this. see #5495
git-svn-id: http://svn.automattic.com/wordpress/branches/2.3@6461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
054d7612c8
commit
555a11e1a1
|
@ -199,7 +199,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