Index: trunk/kernel/frontaction.php =================================================================== diff -u -r7391 -r7635 --- trunk/kernel/frontaction.php (.../frontaction.php) (revision 7391) +++ trunk/kernel/frontaction.php (.../frontaction.php) (revision 7635) @@ -694,6 +694,7 @@ break; case "m_sort_cats": + $_POST['Category_Sortfield'] = preg_replace('/^(Name$|^Description)$/', 'l'.$m_var_list['lang'].'_$1', $_POST['Category_Sortfield']); $objSession->SetVariable("Category_Sortfield",$_POST["Category_Sortfield"]); $objSession->SetVariable("Category_Sortorder",$_POST["Category_Sortorder"]); $objSession->SetVariable("Perpage_Category",$_POST["Perpage_Category"]);