From 88aaf9ed4cc3fd79b75bd4ce18ced32775bcd03f Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 18 May 2016 11:58:16 +0200 Subject: [PATCH] Made compilable with version before 16.05 --- modules/admin/handler/user/cms_user_form_response.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/handler/user/cms_user_form_response.e b/modules/admin/handler/user/cms_user_form_response.e index 089089f..6b41e75 100644 --- a/modules/admin/handler/user/cms_user_form_response.e +++ b/modules/admin/handler/user/cms_user_form_response.e @@ -386,7 +386,7 @@ feature -- Form -- Update node `a_node' with form_data `a_form_data' for the given content type `a_content_type'. local l_uroles: LIST [CMS_USER_ROLE] - l_new_roles: ARRAYED_LIST [CMS_USER_ROLE] + l_new_roles: detachable ARRAYED_LIST [CMS_USER_ROLE] r: detachable CMS_USER_ROLE rid: INTEGER do