mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 08:26:52 +02: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,7 +1105,9 @@
|
|||||||
*/
|
*/
|
||||||
function egw_footer()
|
function egw_footer()
|
||||||
{
|
{
|
||||||
echo $GLOBALS['egw']->framework->footer();
|
if(is_object($GLOBALS['egw']->framework)) {
|
||||||
|
echo $GLOBALS['egw']->framework->footer();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user