forked from extern/egroupware
using eT2 for acl editing
This commit is contained in:
parent
4b95b5b362
commit
d6b2155dc2
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user