mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:29:02 +01:00
fixed wrong id2name in xmlrpc2cats
This commit is contained in:
parent
c97908716f
commit
6c5c54d4b6
@ -81,7 +81,7 @@
|
||||
$cats = array();
|
||||
foreach($xcats as $cat => $name)
|
||||
{
|
||||
if ($id = $GLOBALS['phpgw']->categories->id2name($name))
|
||||
if ($id = $GLOBALS['phpgw']->categories->name2id($name))
|
||||
{
|
||||
// existing cat-name use the id
|
||||
$cat = $id;
|
||||
|
Loading…
Reference in New Issue
Block a user