diff --git a/sites/all/modules/boost/boost.module b/sites/all/modules/boost/boost.module
index 0cd2bf3..c5c6a56 100644
--- a/sites/all/modules/boost/boost.module
+++ b/sites/all/modules/boost/boost.module
@@ -1954,7 +1954,7 @@ function boost_get_menu_structure($menu, $found, $needle, $first, &$found_global
           $sub_menu[] = $below;
         }
       }
-      boost_get_menu_structure($sub_menu, $needle, $found, FALSE, $found_global, $menu_out);
+      boost_get_menu_structure($sub_menu, $found, $needle, FALSE, $found_global, $menu_out);
       $structure[$item['link']['link_path']][] = $sub;
       if ($item['link']['page_callback'] != '' && $found_global) {
         // Get Parent of kid
