--- tabtamer.module.orig	2009-11-25 16:34:51.000000000 +0100
+++ tabtamer.module	2009-11-25 16:37:19.000000000 +0100
@@ -182,7 +182,8 @@ 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 || $val['type'] == '') ) {
+
       $last_default_path = $current_path;
       break;
     }
