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:
ryan 2007-12-21 19:55:21 +00:00
parent 054d7612c8
commit 555a11e1a1
1 changed files with 1 additions and 1 deletions

View File

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