--- /Users/himerus/Desktop/Dropbox/Development/www/himerus/sites/all/themes/omega/omega/preprocess/preprocess-page.inc	2011-02-13 13:08:34.000000000 -0500
+++ omega/preprocess/preprocess-page.inc	2011-02-14 08:52:04.000000000 -0500
@@ -158,6 +158,7 @@ foreach ($theme_zones as $zone_ref => $r
     $title = drupal_set_title();
     $vars['title'] = !strlen($title) ? FALSE : $title;
     $vars['breadcrumb'] = theme('breadcrumb', array('breadcrumb' => drupal_get_breadcrumb()));
+    $vars['menu_data'] = isset($vars['menu_data']) ? $vars['menu_data'] : FALSE;
     $zone['#omega'] = array(
       'page_data' => array(
         'content_attributes_array' => $vars['content_attributes_array'],
