Fixed implementation of CMS_USER_STORAGE_SQL_I.update_user_roles

This commit is contained in:
2015-07-16 20:22:20 +02:00
parent 47573a1950
commit 500f8f78a4
@@ -280,7 +280,7 @@ feature -- Change: user
l_has_role := False l_has_role := False
l_roles.start l_roles.start
until until
l_has_role l_has_role or l_roles.after
loop loop
if l_roles.item.id = ic.item.id then if l_roles.item.id = ic.item.id then
l_has_role := True l_has_role := True