# HG changeset patch # User Marco Cirillo # Date 1360539135 0 # Node ID c06369259aee5616f98cbd3cbb5254f686d08efa # Parent 62434bed2873c0c0e36e8754df43484db8b1eecf mod_incidents_handling: fix typo on function name. diff -r 62434bed2873 -r c06369259aee mod_incidents_handling/mod_incidents_handling.lua --- a/mod_incidents_handling/mod_incidents_handling.lua Sun Feb 10 22:40:18 2013 +0000 +++ b/mod_incidents_handling/mod_incidents_handling.lua Sun Feb 10 23:32:15 2013 +0000 @@ -112,7 +112,7 @@ local new_object = {} if not fail then - new_object["time"] = Os_time() + new_object["time"] = os_time() new_object["status"] = (formtype == "request" and "open") or nil new_object["data"] = { id = { text = id_gen(), name = my_host },