mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +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']) . '>';
|
||||
}
|
||||
if ($tmpl->stable)
|
||||
if (!$tmpl->xslt)
|
||||
{
|
||||
$cell['sel_options'][$cat['id']] = $s; // 0.9.14 only
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user