mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 16:59:28 +01:00
make sure that we are really working with a object. That's not always true, when using SyncML for example.
This commit is contained in:
parent
f2c57020a5
commit
4fe75764bc
@ -1105,8 +1105,10 @@
|
|||||||
*/
|
*/
|
||||||
function egw_footer()
|
function egw_footer()
|
||||||
{
|
{
|
||||||
|
if(is_object($GLOBALS['egw']->framework)) {
|
||||||
echo $GLOBALS['egw']->framework->footer();
|
echo $GLOBALS['egw']->framework->footer();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used by template headers for including CSS in the header
|
* Used by template headers for including CSS in the header
|
||||||
|
Loading…
Reference in New Issue
Block a user