diff -dur views-1/includes/handlers.inc views-1/includes/handlers.inc
--- views-1/includes/handlers.inc	2012-08-18 06:10:59.000000000 -0700
+++ views-2/includes/handlers.inc	2012-09-02 17:28:04.136816876 -0700
@@ -401,7 +401,9 @@
   /**
    * Validate the options form.
    */
-  function options_validate($form, &$form_state) { }
+  function options_validate(&$form, &$form_state) { }
 
   function options_form(&$form, &$form_state) {
     $form['ui_name'] = array(
diff -dur views-1/plugins/views_plugin_row.inc views-2/plugins/views_plugin_row.inc
--- views-1/plugins/views_plugin_row.inc	2012-08-18 06:10:59.000000000 -0700
+++ views-2/plugins/views_plugin_row.inc	2012-09-02 17:52:03.920335085 -0700
@@ -98,7 +98,9 @@
   /**
    * Validate the options form.
    */
-  function options_validate($form, &$form_state) { }
+  function options_validate(&$form, &$form_state) { }
 
   /**
    * Perform any necessary changes to the form values prior to storage.
