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:
Lars Kneschke 2007-01-24 16:38:46 +00:00
parent f2c57020a5
commit 4fe75764bc

View File

@ -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