mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +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('body_tags',$bodyheader);
|
||||
$tpl->pfp('out','head');
|
||||
unset($tpl);
|
||||
|
Loading…
Reference in New Issue
Block a user