liquid_feedback_frontend

view app/main/draft/_action/add.lua @ 1222:a38df55525d6

Removed support for old WebMCP 1.x and clean up of example configuration
author bsw
date Tue Dec 01 13:59:16 2015 +0100 (2015-12-01)
parents 24f4c23f76ff
children 32cc544d5a5b
line source
1 return Draft:update_content(
2 app.session.member.id,
3 param.get("initiative_id", atom.integer),
4 param.get("formatting_engine"),
5 param.get("content"),
6 nil,
7 param.get("preview") or param.get("edit")
8 )

Impressum / About Us