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