webmcp

view framework/env/slot/__init.lua @ 265:a88662f795e0

Added missing parenthesis in env/slot/__init.lua
author jbe
date Fri Mar 20 13:36:05 2015 +0100 (2015-03-20)
parents c3d539e33710
children 93ebbc1e5dbc
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
8 slot._data = nil
9 slot.reset_all()
11 end)

Impressum / About Us