From: hickert Date: Fri, 10 Dec 2010 15:15:19 +0000 (+0000) Subject: Applied patch from trunk X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=7d5c9562e6a947007318132301c267512dcb0326 Applied patch from trunk git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@20542 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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. }