liquid_feedback_frontend

view app/main/admin/_action/unit_update.lua @ 1110:9461c738ea0b

Backported support for pseudonymous access to fastpath image interface from version 3.0.3
author jbe
date Mon Nov 10 18:48:58 2014 +0100 (2014-11-10)
parents bc6934411019
children fede09736f2b
line source
1 local unit = Unit:by_id(param.get_id()) or Unit:new()
3 param.update(unit, "parent_id", "name", "description", "active")
5 unit:save()

Impressum / About Us