From 04a3717cd1deff46e493c4bddbd985c6eaf1aa69 Mon Sep 17 00:00:00 2001
From: Ryan Peters <rjpeter2@gmail.com>
Date: Sun, 14 Oct 2012 01:19:17 -0500
Subject: [PATCH] Issue #1475040 by drupalmonkey: Fixed inconsistent
 declaration of flag_node()::type_access_multiple().

---
 flag.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flag.inc b/flag.inc
index f6b6e3e..acac3b1 100644
--- a/flag.inc
+++ b/flag.inc
@@ -1545,7 +1545,7 @@ class flag_node extends flag_entity {
     unset($form['display']['show_on_entity']);
   }
 
-  function type_access_multiple($content_ids, $account = NULL) {
+  function type_access_multiple($content_ids, $account) {
     $access = array();
 
     // Ensure that only flaggable node types are granted access. This avoids a
-- 
1.7.10.2 (Apple Git-33)

