fix for bug #2053: in edit categories, egw shows the KB menu in english rather than the locale

This commit is contained in:
Ralf Becker 2010-12-06 08:51:33 +00:00
parent a7ff696963
commit c1f326206a

View File

@ -37,6 +37,7 @@
function uicategories()
{
$cats_app = get_var('cats_app',array('GET','POST'));
translation::add_app($cats_app);
$this->bo =& CreateObject('preferences.bocategories',$cats_app);
$this->nextmatchs =& CreateObject('phpgwapi.nextmatchs');