mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix for bug #2053: in edit categories, egw shows the KB menu in english rather than the locale
This commit is contained in:
parent
a7ff696963
commit
c1f326206a
@ -37,6 +37,7 @@
|
|||||||
function uicategories()
|
function uicategories()
|
||||||
{
|
{
|
||||||
$cats_app = get_var('cats_app',array('GET','POST'));
|
$cats_app = get_var('cats_app',array('GET','POST'));
|
||||||
|
translation::add_app($cats_app);
|
||||||
|
|
||||||
$this->bo =& CreateObject('preferences.bocategories',$cats_app);
|
$this->bo =& CreateObject('preferences.bocategories',$cats_app);
|
||||||
$this->nextmatchs =& CreateObject('phpgwapi.nextmatchs');
|
$this->nextmatchs =& CreateObject('phpgwapi.nextmatchs');
|
||||||
|
Loading…
Reference in New Issue
Block a user