fixed cat-selection after removal of depricated class-var

This commit is contained in:
Ralf Becker 2005-02-14 15:05:11 +00:00
parent 05d6393045
commit fea797c2cb

View File

@ -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
}