fix ide warning

This commit is contained in:
Ralf Becker 2014-05-16 09:31:18 +00:00
parent ec667b9c41
commit bdba288048

View File

@ -372,6 +372,7 @@ class etemplate_widget_customfields extends etemplate_widget_transformer
{
return array(lang("'%1' is no php file in the eGW server root (%2)!".': '.$path,$file,EGW_SERVER_ROOT));
}
$options = array();
include($path);
return $options;