Index: flag.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v retrieving revision 1.1.2.30.2.17 diff -u -r1.1.2.30.2.17 flag.inc --- flag.inc 3 Nov 2009 03:09:05 -0000 1.1.2.30.2.17 +++ flag.inc 6 Nov 2009 03:05:59 -0000 @@ -205,7 +205,7 @@ $options = array_merge($options, $link_type['options']); // Allow other modules to change the flag options. - drupal_alter('flag_options', $this, $options); + drupal_alter('flag_options', $options, $this); return $options; }