From 117341590d836f1157aa32ac057eea00177603cc Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 7 Jan 2015 03:31:04 +0000 Subject: [PATCH] authzgroups : sort object when reading them git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1919 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authzgroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authzgroups.php b/authzgroups.php index b611b3a..f145c8b 100644 --- a/authzgroups.php +++ b/authzgroups.php @@ -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