liquid_feedback_frontend

changeset 970:072fa7a9e0fc

Fixed syntax error due to doubled "end"
author bsw
date Sat Mar 09 19:07:12 2013 +0100 (2013-03-09)
parents c23a25f38c44
children a8c6e80cdf5d
files app/main/interest/_action/update.lua
line diff
     1.1 --- a/app/main/interest/_action/update.lua	Sat Mar 09 19:05:56 2013 +0100
     1.2 +++ b/app/main/interest/_action/update.lua	Sat Mar 09 19:07:12 2013 +0100
     1.3 @@ -18,8 +18,6 @@
     1.4    return false
     1.5  end
     1.6  
     1.7 -end
     1.8 -
     1.9  if param.get("delete", atom.boolean) then
    1.10    if interest then
    1.11      interest:destroy()

Impressum / About Us