mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix PHP Fatal in non EPL: Class 'EGroupware\Api\Api\Framework' not found
This commit is contained in:
parent
ac3656d85d
commit
2ace2ff4ed
@ -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 '.
|
||||
|
Loading…
Reference in New Issue
Block a user