mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
adding error_log info about _get_css -> deprecated functionality related to the setting of the GLOBALS Array on CreateObject in
phpgwapi/inc/common_functions.inc.php which is no longer supported.
This commit is contained in:
parent
4520f9e9ce
commit
900ee97db1
@ -549,6 +549,8 @@ abstract class egw_framework
|
||||
$GLOBALS[$class]->public_functions['css'])
|
||||
{
|
||||
$app_css .= $GLOBALS[$class]->css();
|
||||
} else {
|
||||
error_log("Deprecated functionality. The setting of the GLOBALS Array on CreateObject in phpgwapi/inc/common_functions.inc.php is no longer supported");
|
||||
}
|
||||
}
|
||||
if (isset($GLOBALS['egw_info']['flags']['css']))
|
||||
|
Loading…
Reference in New Issue
Block a user