mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Added a unset($tpl) to prevent it conflicting with apps
This commit is contained in:
parent
cc33076dad
commit
77c335a01d
@ -26,3 +26,4 @@
|
|||||||
$tpl->set_var('website_title', $phpgw_info['server']['site_title']);
|
$tpl->set_var('website_title', $phpgw_info['server']['site_title']);
|
||||||
$tpl->set_var('body_tags',$bodyheader);
|
$tpl->set_var('body_tags',$bodyheader);
|
||||||
$tpl->pfp('out','head');
|
$tpl->pfp('out','head');
|
||||||
|
unset($tpl);
|
||||||
|
Loading…
Reference in New Issue
Block a user