# HG changeset patch # User Marco Cirillo # Date 1338032264 0 # Node ID 429be98872dcc322ad51983044bc404b5c920778 # Parent eeb41cd5e9f3f63a8ed22b35f13a9aac3d548be7 mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to. diff -r eeb41cd5e9f3 -r 429be98872dc mod_stanza_counter/mod_stanza_counter_http.lua --- a/mod_stanza_counter/mod_stanza_counter_http.lua Sat May 26 03:09:09 2012 +0200 +++ b/mod_stanza_counter/mod_stanza_counter_http.lua Sat May 26 11:37:44 2012 +0000 @@ -3,7 +3,7 @@ module:depends("http") -local base_path = module:get_option_array("stanza_counter_basepath", "/stanza-counter/") +local base_path = module:get_option_string("stanza_counter_basepath", "/stanza-counter/") -- http handlers