Skip to content
Snippets Groups Projects
Commit 1a68aba9 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #2067 change array role in loadDbUsergroupContent

parent 2d9a4b4c
No related branches found
No related tags found
No related merge requests found
...@@ -789,7 +789,7 @@ class users_controler extends ObjectControler implements ObjectControlerIF ...@@ -789,7 +789,7 @@ class users_controler extends ObjectControler implements ObjectControlerIF
. $func->protect_string_db($userId) . "', '" . $func->protect_string_db($userId) . "', '"
. $func->protect_string_db($array[$i]['GROUP_ID']) . $func->protect_string_db($array[$i]['GROUP_ID'])
. "', '". $func->protect_string_db($array[$i]['PRIMARY']) . "', '". $func->protect_string_db($array[$i]['PRIMARY'])
. "', '" . $func->protect_string_db($array[0]['ROLE']) . "', '" . $func->protect_string_db($array[$i]['ROLE'])
. "')"; . "')";
try{ try{
self::$db->query($query); self::$db->query($query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment