# HG changeset patch # User bsw # Date 1362852432 -3600 # Node ID 072fa7a9e0fc098775e4df0373b1479c45a451cb # Parent c23a25f38c44b52c89605257bf77b2ff0baa193c Fixed syntax error due to doubled "end" diff -r c23a25f38c44 -r 072fa7a9e0fc app/main/interest/_action/update.lua --- a/app/main/interest/_action/update.lua Sat Mar 09 19:05:56 2013 +0100 +++ b/app/main/interest/_action/update.lua Sat Mar 09 19:07:12 2013 +0100 @@ -18,8 +18,6 @@ return false end -end - if param.get("delete", atom.boolean) then if interest then interest:destroy()