Skip to content
Snippets Groups Projects
Commit 005f2f6a authored by adiouf's avatar adiouf
Browse files

rel #18020 : fix undefined group detection

parent c6c28a8c
Branches
Tags
5 merge requests!780Master,!722Master,!721Hotline master,!720Stable,!708Dev#18020 afim update
......@@ -33,7 +33,7 @@ class Class_Multimedia_Users {
return 'INVALID_INFO_USER';
}
if($group = Class_UserGroup::findGroupUserMultimedia()){
if(!$group = Class_UserGroup::findGroupUserMultimedia()){
return 'UNDEFINED_GROUP_USER_AFIM';
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment