Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.2.30.2.3
diff -u -p -r1.1.2.30.2.3 flag.inc
--- flag.inc	14 Sep 2009 12:49:03 -0000	1.1.2.30.2.3
+++ flag.inc	14 Sep 2009 15:48:26 -0000
@@ -197,7 +197,7 @@ class flag_flag {
       'link_type' => 'toggle',
     );
     // Allow other modules to change the flag options.
-    drupal_alter('flag_options', $options);
+    drupal_alter('flag_options', $this, $options);
     return $options;
   }
 
