diff --git a/admin/editgroup.php b/admin/editgroup.php index 1e420013e2..3ad346bf91 100755 --- a/admin/editgroup.php +++ b/admin/editgroup.php @@ -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) {