Index: tabtamer.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tabtamer/tabtamer.module,v
retrieving revision 1.1
diff -u -p -r1.1 tabtamer.module
--- tabtamer.module	15 Aug 2009 08:32:33 -0000	1.1
+++ tabtamer.module	13 Jan 2010 22:25:48 -0000
@@ -182,7 +182,7 @@ function _tabtamer_convert_to_single_arr
 
   // If there is a MENU_DEFAULT_LOCAL_TASK at this level then set $last_default_path.
   foreach ($tabs_source as $key => $val) {
-    if (is_array($val) && $val['type'] == MENU_DEFAULT_LOCAL_TASK) {
+    if (is_array($val) && ($val['type'] == MENU_DEFAULT_LOCAL_TASK || empty($val['type']))) {
       $last_default_path = $current_path;
       break;
     }
