Index: webform_views_submitted_handler_field.inc
===================================================================
--- webform_views_submitted_handler_field.inc	(revision 91)
+++ webform_views_submitted_handler_field.inc	(working copy)
@@ -13,7 +13,7 @@
     $this->webform_component['custom_options'] = _webform_select_options_from_text($this->options['expose']['webform_component_custom_options']);
 	}
   function options_form(&$form, &$form_state) {
-    parent::options_form(&$form, &$form_state);
+    parent::options_form($form, $form_state);
     if($this->webform_component['type'] == 'select') {
       $form['webform_component_custom_options'] = array(
         '#title' => t('Custom Options'),
