See http://drupal.org/node/1506552#comment-5970586
replacing with
$nodes = db_query("SELECT 1 FROM {node} WHERE type = :type", array( ':type' => $instance['bundle'], ))->fetchField();
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
danielb commentedreplacing with
Comment #2
danielb commented