changeset 907:c06369259aee

mod_incidents_handling: fix typo on function name.
author Marco Cirillo <maranda@lightwitch.org>
date Sun, 10 Feb 2013 23:32:15 +0000
parents 62434bed2873
children abf0f12fe75c
files mod_incidents_handling/mod_incidents_handling.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 },