mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
fixed cat-selection after removal of depricated class-var
This commit is contained in:
parent
05d6393045
commit
fea797c2cb
@ -205,7 +205,7 @@
|
|||||||
{
|
{
|
||||||
$s .= ' <' . lang('Global') . ' ' . lang($cat['app_name']) . '>';
|
$s .= ' <' . lang('Global') . ' ' . lang($cat['app_name']) . '>';
|
||||||
}
|
}
|
||||||
if ($tmpl->stable)
|
if (!$tmpl->xslt)
|
||||||
{
|
{
|
||||||
$cell['sel_options'][$cat['id']] = $s; // 0.9.14 only
|
$cell['sel_options'][$cat['id']] = $s; // 0.9.14 only
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user