authzgroups : sort object when reading them

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1919 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-01-07 03:31:04 +00:00
parent fdf1e9e6f1
commit 117341590d

View File

@@ -321,7 +321,7 @@ class authzgroups
$select[] = array ("module", $module);
if ($object !== null)
$select[] = array ("object", $object);
return $this->dbObject->read ($select);
return $this->dbObject->read ($select, null, array(array("object","ASC")));
}
/** Return an array with all the available objects in the module, or only