mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
remove unnecessary check, stalling moving eT2 to api
This commit is contained in:
parent
7b0cc41f3f
commit
d8fe729ffd
@ -212,7 +212,7 @@ class admin_categories
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ($button == 'save')
|
||||
{
|
||||
egw_framework::refresh_opener($msg, $refresh_app, $content['id'], $change_color ? null : 'update', $this->appname);
|
||||
@ -604,11 +604,8 @@ class admin_categories
|
||||
|
||||
$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(
|
||||
'nm' => $content['nm'],
|
||||
|
Loading…
Reference in New Issue
Block a user