forked from extern/egroupware
remove unnecessary check, stalling moving eT2 to api
This commit is contained in:
parent
7b0cc41f3f
commit
d8fe729ffd
@ -604,11 +604,8 @@ class admin_categories
|
|||||||
|
|
||||||
$tmpl = new etemplate_new('admin.categories.index');
|
$tmpl = new etemplate_new('admin.categories.index');
|
||||||
|
|
||||||
if($tmpl instanceof etemplate_widget_template)
|
// Category styles
|
||||||
{
|
categories::css($appname);
|
||||||
// Category styles
|
|
||||||
categories::css($appname);
|
|
||||||
}
|
|
||||||
|
|
||||||
$tmpl->exec($this->list_link,$content,$sel_options,$readonlys,array(
|
$tmpl->exec($this->list_link,$content,$sel_options,$readonlys,array(
|
||||||
'nm' => $content['nm'],
|
'nm' => $content['nm'],
|
||||||
|
Loading…
Reference in New Issue
Block a user