Index: modules/taxonomy/views_handler_filter_term_node_tid.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc,v
retrieving revision 1.6
diff -u -r1.6 views_handler_filter_term_node_tid.inc
--- modules/taxonomy/views_handler_filter_term_node_tid.inc	27 Jan 2009 20:13:27 -0000	1.6
+++ modules/taxonomy/views_handler_filter_term_node_tid.inc	20 Feb 2009 14:16:32 -0000
@@ -178,6 +178,10 @@
   }
 
   function accept_exposed_input($input) {
+    if (empty($this->options['exposed'])) {
+      return TRUE;
+    }
+
     // If it's optional and there's no value don't bother filtering.
     if ($this->options['expose']['optional'] && empty($this->validated_exposed_input)) {
       return FALSE;
