mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:14:20 +01:00
added missind echo to footer call (framework->footer() returns the footer!)
This commit is contained in:
parent
1817525c74
commit
c976639dc1
@ -860,7 +860,7 @@
|
|||||||
|
|
||||||
$this->t->parse("out","main");
|
$this->t->parse("out","main");
|
||||||
print $this->t->get('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 )
|
function array_merge_replace( $array, $newValues )
|
||||||
|
Loading…
Reference in New Issue
Block a user