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_roles.start
until
l_has_role
l_has_role or l_roles.after
loop
if l_roles.item.id = ic.item.id then
l_has_role := True