Forgot this. see #5495

git-svn-id: http://svn.automattic.com/wordpress/trunk@6460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-12-21 19:54:46 +00:00
parent 9563ccece0
commit 10e8e7a53d

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