From fea797c2cb73073577d765a2020746441eafcdf4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 14 Feb 2005 15:05:11 +0000 Subject: [PATCH] fixed cat-selection after removal of depricated class-var --- etemplate/inc/class.select_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.select_widget.inc.php b/etemplate/inc/class.select_widget.inc.php index 38bcd7cab4..54625a0311 100644 --- a/etemplate/inc/class.select_widget.inc.php +++ b/etemplate/inc/class.select_widget.inc.php @@ -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 }