# HG changeset patch # User bsw # Date 1638447735 -3600 # Node ID 0a243b9aac6b51cc734d57588936c76d269ce537 # Parent 5425f77466ec8be284e39b1171b262a025366d36 Added missing local statement diff -r 5425f77466ec -r 0a243b9aac6b app/main/registration_admin/_action/update_verification.lua --- a/app/main/registration_admin/_action/update_verification.lua Thu Dec 02 13:20:26 2021 +0100 +++ b/app/main/registration_admin/_action/update_verification.lua Thu Dec 02 13:22:15 2021 +0100 @@ -59,7 +59,7 @@ return end - identification = param.get("identification") + local identification = param.get("identification") if identification and #identification == 0 then identification = nil end