added missind echo to footer call (framework->footer() returns the footer!)

This commit is contained in:
Ralf Becker 2010-06-15 09:12:50 +00:00
parent 1817525c74
commit c976639dc1

View File

@ -860,7 +860,7 @@
$this->t->parse("out","main");
print $this->t->get('out','main');
$GLOBALS['egw']->framework->footer(false);
echo $GLOBALS['egw']->framework->footer(false);
}
function array_merge_replace( $array, $newValues )