diff --git a/rate.module b/rate.module
index 26f55e5..00ba2e4 100644
--- a/rate.module
+++ b/rate.module
@@ -475,7 +475,7 @@ function rate_get_results($content_type, $content_id, $widget_id) {
   );
   
   // Check if we should use the source translation.
-  if ($widget->use_source_translation) {
+  if (!empty($widget->use_source_translation)) {
     $criteria['entity_id'] = _rate_get_source_translation($criteria['entity_type'], $criteria['entity_id']);
   }
 
