Software /
code /
prosody-modules
Changeset
973:1db6d5028b3d
mod_muc_log_http: rename fire_server_event to fire_event.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Sun, 07 Apr 2013 14:24:13 +0200 |
parents | 972:61b63affd402 |
children | 974:224e3745c1b3 |
files | mod_muc_log_http/muc_log_http/mod_muc_log_http.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Apr 07 12:54:33 2013 +0200 +++ b/mod_muc_log_http/muc_log_http/mod_muc_log_http.lua Sun Apr 07 14:24:13 2013 +0200 @@ -11,7 +11,7 @@ local config_get = require "core.configmanager".get; local urlencode = require "net.http".urlencode; local urldecode = require "net.http".urldecode; -local http_event = require "net.http.server".fire_server_event; +local http_event = require "net.http.server".fire_event; local data_load, data_getpath = datamanager.load, datamanager.getpath; local datastore = "muc_log"; local urlBase = "muc_log";