fix PHP Fatal, if etemplate is not installed

This commit is contained in:
Ralf Becker 2016-05-05 17:59:31 +00:00
parent 9859cfa679
commit 6ce45b634c

View File

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