Index: trunk/kernel/admin/include/toolbar/browse.php =================================================================== diff -u -r3543 -r3629 --- trunk/kernel/admin/include/toolbar/browse.php (.../browse.php) (revision 3543) +++ trunk/kernel/admin/include/toolbar/browse.php (.../browse.php) (revision 3629) @@ -550,6 +550,10 @@ action_prefix = activeTab.getAttribute("ActionPrefix"); if (page.length == 0) page = activeTab.getAttribute("EditURL"); + if (actionValue == 'export') { + save_selected_categories('export_categories'); + } + if ( action_prefix.match("k4:(.*)") ) { act = RegExp.$1; @@ -558,9 +562,8 @@ eval(act); return; } - else if(actionValue == 'import' || actionValue == 'export') + else if(actionValue == 'export') { - save_selected_categories('export_categories'); return k4_actionHandler(actionValue, activeTab.getAttribute("PrefixSpecial")); } }