aboutsummaryrefslogtreecommitdiffstats
path: root/util/helpers.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-01-22 19:10:13 +0000
committerMatthew Wild <mwild1@gmail.com>2012-01-22 19:10:13 +0000
commitb7625791b1405721a4a9d9d7392328a6a372c2ef (patch)
treebf0995f68a5e23b7e4b8f245739ca60a3182d483 /util/helpers.lua
parentc240995e515d44142f8c2808085198536bdcb15b (diff)
downloadprosody-b7625791b1405721a4a9d9d7392328a6a372c2ef.tar.gz
prosody-b7625791b1405721a4a9d9d7392328a6a372c2ef.zip
util.helpers: After nearly 'fixing' this code, I conclude it instead only deserves a bigger smile
Diffstat (limited to 'util/helpers.lua')
-rw-r--r--util/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/helpers.lua b/util/helpers.lua
index 11356176..a8c8c612 100644
--- a/util/helpers.lua
+++ b/util/helpers.lua
@@ -28,7 +28,7 @@ function log_events(events, name, logger)
end
function revert_log_events(events)
- events.fire_event, events[events.fire_event] = events[events.fire_event], nil; -- :)
+ events.fire_event, events[events.fire_event] = events[events.fire_event], nil; -- :))
end
function get_upvalue(f, get_name)