? boost-673874.patch
? boost-674664.patch
? boost-697270.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.299
diff -u -p -r1.3.2.2.2.5.2.299 boost.module
--- boost.module	28 Jan 2010 17:46:56 -0000	1.3.2.2.2.5.2.299
+++ boost.module	5 Feb 2010 03:01:05 -0000
@@ -803,7 +803,9 @@ function boost_get_menu_structure($menu,
   }
 
   // Clean up
-  $structure = array_unique($structure);
+  if (isset($structure) && is_array($structure)) {
+    $structure = array_unique($structure);
+  }
   $found_global = $found;
   if ($first) {
     if (isset($menu_out) && is_array($menu_out)) {
