diff --git a/src/WebAdmin.cpp b/src/WebAdmin.cpp index 1e60b7c0e..6906c540f 100644 --- a/src/WebAdmin.cpp +++ b/src/WebAdmin.cpp @@ -341,6 +341,7 @@ void cWebAdmin::HandleWebadminRequest(cHTTPServerConnection & a_Connection, cHTT if (ShouldWrapInTemplate) { cCSLock Lock(m_CS); + cLuaState::cLock lock(m_TemplateScript); if (m_TemplateScript.Call("ShowPage", this, &TemplateRequest, cLuaState::Return, Template)) { cHTTPOutgoingResponse Resp;