Index: flag_note.module
===================================================================
--- flag_note.module	(revision 2670)
+++ flag_note.module	(working copy)
@@ -251,6 +251,9 @@
       }
       flag_page($action, $flag_name, $content_id);
       break;
+    default:
+        return flag_page($action, $flag_name, $content_id);
+      break;
   }
 }
 
