authzgroups : verifygroups can be updated

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1869 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-11-20 14:16:32 +00:00
parent 8e772f8418
commit 59f443994e

View File

@@ -372,9 +372,9 @@ class authzgroups
/** Check if the provided datas are compilant with the group specification /** Check if the provided datas are compilant with the group specification
@return array The errors found in the datas */ @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 // // GROUP MEMBER //