? boost-661396.patch
? boost-662766.patch
? boost-663014.patch
? boost-install.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.282
diff -u -p -r1.3.2.2.2.5.2.282 boost.module
--- boost.module	24 Dec 2009 06:03:06 -0000	1.3.2.2.2.5.2.282
+++ boost.module	24 Dec 2009 06:19:30 -0000
@@ -759,8 +759,13 @@ function boost_expire_node($node, $nid =
  * TODO: Use page_callback and page_arguments instead of link_path.
  *  Can use boost_cache_expire_router() then.
  */
-function boost_get_menu_structure($menu, $found = TRUE, $needle = '', $first = TRUE, &$found_global = FALSE, &$menu_out = array()) {
+function boost_get_menu_structure($menu, $found, $needle, $first, &$found_global, &$menu_out) {
+  // Set Defaults
   $found_global = FALSE;
+  $found = isset($found) ? $found : TRUE;
+  $needle = isset($needle) ? $needle : '';
+  $first = isset($first) ? $first : TRUE;
+
   // Get Siblings
   foreach ($menu as $item) {
     if ($item['link']['hidden'] == 0 && $item['link']['page_callback'] != '' && ($item['link']['link_path'] == $needle || $found)) {
