liquid_feedback_frontend

diff app/main/admin/_action/member_update.lua @ 3:768faea1096d

Version alpha4

Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.

Initiatives may provide a link to an external discussion platform

Direct link on every initiative page to create an alternative initiative

Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author bsw
date Mon Nov 30 12:00:00 2009 +0100 (2009-11-30)
parents 3bfb2fcf7ab9
children 46351752814f
line diff
     1.1 --- a/app/main/admin/_action/member_update.lua	Mon Nov 23 12:00:00 2009 +0100
     1.2 +++ b/app/main/admin/_action/member_update.lua	Mon Nov 30 12:00:00 2009 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4    member = Member:new()
     1.5  end
     1.6  
     1.7 -param.update(member, "login", "admin", "name", "ident_number", "active")
     1.8 +param.update(member, "login", "admin", "name", "active")
     1.9  
    1.10  local password = param.get("password")
    1.11  if password == "********" or #password == 0 then

Impressum / About Us