webmcp

view framework/env/slot/__init.lua @ 562:328f120924a2

Removed if-clause when initializing file descriptor set to avoid compiler warning for mondelefant_conn_try_wait
author jbe
date Fri Feb 05 15:51:39 2021 +0100 (2021-02-05)
parents 93ebbc1e5dbc
children
line source
1 request.for_each(function()
3 slot._active_slot = "default"
5 slot._current_layout = "default"
6 slot._content_type = nil
7 slot._layout_set = false
9 slot._data = nil
10 slot.reset_all()
12 end)

Impressum / About Us