mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Now using PHPGW_APP_TPL
This commit is contained in:
parent
323d44f8e9
commit
97aa6fa6bc
@ -160,8 +160,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
$p = CreateObject('phpgwapi.Template',$phpgw->common->get_tpl_dir('admin'));
|
||||
$p->set_file(array('form' => 'group_form.tpl'));
|
||||
$p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||
$p->set_file(array('form' => 'group_form.tpl'));
|
||||
|
||||
if ($error)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user