Forgot this. see #5495

git-svn-id: https://develop.svn.wordpress.org/trunk@6460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-12-21 19:54:46 +00:00
parent 9365777088
commit fa1f09bcb3
1 changed files with 1 additions and 1 deletions

View File

@ -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