liquid_feedback_frontend

view app/main/draft/show.lua @ 154:6b6c82f9ca9f

speedup member image loading when non set

we can add the location of the default file directy instead of going through another slow request
author Daniel Poelzleithner <poelzi@poelzi.org>
date Fri Oct 08 15:25:10 2010 +0200 (2010-10-08)
parents 3bfb2fcf7ab9
children cc7650c7053f
line source
1 local draft = Draft:new_selector():add_where{ "id = ?", param.get_id() }:single_object_mode():exec()
3 execute.view{
4 module = "draft",
5 view = "_show",
6 params = { draft = draft }
7 }

Impressum / About Us