ERROR IN SUGARVIEW.PHP

error : Notice: Undefined index: Todos in /home/expomund/public_html/include/MVC/View/SugarView.php on line 646


636 if(!empty($sugar_config[‘lock_homepage’]) && $sugar_config[‘lock_homepage’] == true) $ss->assign(‘lock_homepage’, true);
//this code is used to hide the all tab

	    unset($groupTabs['Todos']);
		$ss->assign("groupTabs",$groupTabs);
		$ss->assign("groupTabs",$groupTabs);
        $ss->assign("shortcutTopMenu",$shortcutTopMenu);
        $ss->assign('USE_GROUP_TABS',$usingGroupTabs);

645 // This is here for backwards compatibility, someday, somewhere, it will be able to be removed
646 $ss->assign(“moduleTopMenu”,$groupTabs[$app_strings[‘LBL_TABGROUP_ALL’]][‘modules’]);
647 $ss->assign(“moduleExtraMenu”,$groupTabs[$app_strings[‘LBL_TABGROUP_ALL’]][‘extra’]);