mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix PHP Fatal, if etemplate is not installed
This commit is contained in:
parent
9859cfa679
commit
6ce45b634c
@ -258,7 +258,7 @@ class admin_acl
|
||||
{
|
||||
$rows['sel_options']['filter2'] = array(
|
||||
'' => lang('All applications'),
|
||||
)+etemplate_widget_menupopup::app_options('enabled');
|
||||
)+Etemplate\Widget\Select::app_options('enabled');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user