using eT2 for acl editing

This commit is contained in:
Ralf Becker 2013-09-11 13:52:38 +00:00
parent 4b95b5b362
commit d6b2155dc2

View File

@ -52,7 +52,7 @@ class admin_acl
public function acl(array $content=null, $msg='')
{
$state = (array)egw_cache::getSession(__CLASS__, 'state');
$tpl = new etemplate_old('admin.acl.edit'); // auto-repeat of acl & label not working with etemplate_new!
$tpl = new etemplate_new('admin.acl.edit'); // auto-repeat of acl & label not working with etemplate_new!
if (!is_array($content))
{