Index: flag.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.module,v
retrieving revision 1.11.2.72.2.1
diff -u -r1.11.2.72.2.1 flag.module
--- flag.module	13 Sep 2009 22:37:37 -0000	1.11.2.72.2.1
+++ flag.module	13 Sep 2009 22:41:15 -0000
@@ -432,7 +432,7 @@
  *
  * Used both for the regular callback as well as the JS version.
  */
-function flag_page($action, $flag_name, $content_id) {
+function flag_page($action = NULL, $flag_name = NULL, $content_id = NULL) {
   $js = isset($_REQUEST['js']);
   $token = $_REQUEST['token'];
 
