From 7d5c9562e6a947007318132301c267512dcb0326 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Dec 2010 15:15:19 +0000 Subject: [PATCH] Applied patch from trunk git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20542 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/acl/class_aclRole.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index cdc2db7fb..e3089996e 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -164,7 +164,7 @@ class aclrole extends acl $this->sectionList->setHeight("400px"); $this->sectionList->setColspecs(array('200px','*')); $this->sectionList->setHeader(array(_("Category"),_("Description"))); - $this->sectionList->setDefaultSortColumn(1); + $this->sectionList->setDefaultSortColumn(0); $this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here. } -- 2.30.2