From 59f443994ee312cf63365610c3fdd6d8f13b3ef5 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 20 Nov 2014 14:16:32 +0000 Subject: [PATCH] authzgroups : verifygroups can be updated git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1869 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authzgroups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authzgroups.php b/authzgroups.php index d11cb46..fec22a2 100644 --- a/authzgroups.php +++ b/authzgroups.php @@ -372,9 +372,9 @@ class authzgroups /** Check if the provided datas are compilant with the group specification @return array The errors found in the datas */ - public function groupVerify ($datas) + public function groupVerify ($datas, $idgroup=false) { - return $this->dbGroup->verify ($datas); + return $this->dbGroup->verify ($datas, $idgroup); } ////////////////////// // GROUP MEMBER //