diff --git a/docroot/sites/all/modules/contrib/state_machine/modules/state_flow/includes/views/state_flow_handler_filter_state.inc b/docroot/sites/all/modules/contrib/state_machine/modules/state_flow/includes/views/state_flow_handler_filter_state.inc
index 048e1b7..63e34dc 100644
--- a/docroot/sites/all/modules/contrib/state_machine/modules/state_flow/includes/views/state_flow_handler_filter_state.inc
+++ b/docroot/sites/all/modules/contrib/state_machine/modules/state_flow/includes/views/state_flow_handler_filter_state.inc
@@ -24,7 +24,7 @@ class state_flow_handler_filter_state extends views_handler_filter_in_operator {
         if (get_class($value) === 'views_handler_filter_node_type') {
           $type_names = FALSE;
           if (!empty($this->view->exposed_input[$key]) && !empty($this->view->filter[$key]->value_options) && array_key_exists($this->view->exposed_input[$key], $this->view->filter[$key]->value_options)) {
-            $type_names = array($this->view->exposed_input[$key]);
+            $type_names = array($this->view->exposed_input[$key] => 1);
           }
           elseif (!empty($this->view->filter[$key]->options['value'])) {
             $type_names = $this->view->filter[$key]->options['value'];
