1
0
mirror of https://github.com/rubenwardy/email.git synced 2025-06-30 23:40:56 +02:00

Correction de fonction globale vers locale

This commit is contained in:
sys4-fr
2019-02-03 18:50:02 +01:00
parent 1e17fcdaff
commit 5d38479552

View File

@ -74,7 +74,7 @@ function email.get_formspec(name)
local fs = "vertlabel[0,0;Your Inbox]"
function row(fs, c1, date, from, msg)
local function row(fs, c1, date, from, msg)
date = minetest.formspec_escape(date)
from = minetest.formspec_escape(from)
msg = minetest.formspec_escape(msg)