fix PHP Fatal in non EPL: Class 'EGroupware\Api\Api\Framework' not found

This commit is contained in:
Ralf Becker 2019-01-11 20:53:16 +01:00
parent ac3656d85d
commit 2ace2ff4ed

View File

@ -423,7 +423,7 @@ abstract class Framework extends Framework\Extra
}
if (empty($GLOBALS['egw_info']['server']['versions']['maintenance_release']))
{
$GLOBALS['egw_info']['server']['versions']['maintenance_release'] = Api\Framework::api_version();
$GLOBALS['egw_info']['server']['versions']['maintenance_release'] = self::api_version();
}
$var['powered_by'] = '<a href="http://www.egroupware.org/" target="_blank">'.
lang('Powered by').' EGroupware '.