liquid_feedback_frontend

annotate app/main/admin/_action/unit_update.lua @ 1240:d61ad7e851c3

Fixed file name of lf4rcs module init
author bsw
date Sun Dec 13 17:36:54 2015 +0100 (2015-12-13)
parents fede09736f2b
children 2a0d86117d54
rev   line source
bsw@595 1 local unit = Unit:by_id(param.get_id()) or Unit:new()
bsw@595 2
bsw@1209 3 param.update(unit, "parent_id", "name", "description", "external_reference", "active")
bsw@595 4
bsw@595 5 unit:save()

Impressum / About Us