Index: tweetbutton_views_field_handlers.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tweetbutton/Attic/tweetbutton_views_field_handlers.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 tweetbutton_views_field_handlers.inc
--- tweetbutton_views_field_handlers.inc	2 Nov 2010 10:02:41 -0000	1.1.2.1
+++ tweetbutton_views_field_handlers.inc	9 Nov 2010 16:09:24 -0000
@@ -21,7 +21,7 @@ class views_handler_field_tweetbutton ex
 
 
   function options_form(&$form, &$form_state) {
-    parent::options_form($form, &$form_state);
+    parent::options_form($form, $form_state);
 
     $form['tweetbutton_button'] = array(
       '#type' => 'select',
