diff --git a/calexium_lib/web/CXM_making_a_web_site.anubis b/calexium_lib/web/CXM_making_a_web_site.anubis index ad26de2..20eb2ea 100644 --- a/calexium_lib/web/CXM_making_a_web_site.anubis +++ b/calexium_lib/web/CXM_making_a_web_site.anubis @@ -2183,7 +2183,7 @@ public define Web_Site failure then if mb_action_name is { - failure then initial_state(http_info, lwa, is_https), + failure then initial_state(http_info, operands, is_https), success(action_name) then apply_action(failure,action_name,http_info,operands,is_https) }, @@ -2192,13 +2192,13 @@ public define Web_Site not_found then if mb_action_name is { - failure then initial_state(http_info, lwa, is_https), + failure then initial_state(http_info, operands, is_https), success(_) then - ticket_lost_state(http_info,lwa,is_https) + ticket_lost_state(http_info,operands,is_https) }, out_of_date(state) then - ticket_expired_state(state,http_info,lwa,is_https), + ticket_expired_state(state,http_info,operands,is_https), still_valid(state) then if mb_action_name is -- libgit2 0.21.4