diff --git modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
index 4c1e2e4..88fa474 100644
--- modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
+++ modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc
@@ -64,7 +64,7 @@ class views_plugin_argument_validate_taxonomy_term extends views_plugin_argument
     if (!isset($options['vids']) && !empty($this->argument->options['validate_argument_vocabulary'])) {
       $options['vids'] = $this->argument->options['validate_argument_vocabulary'];
       $options['type'] = $this->argument->options['validate_argument_type'];
-      $options['transform'] = $this->argument->options['validate_argument_transform'];
+      $options['transform'] = isset($this->argument->options['validate_argument_transform']) ? $this->argument->options['validate_argument_transform'] : FALSE;
     }
   }
 
