changeset 678:429be98872dc

mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to.
author Marco Cirillo <maranda@lightwitch.org>
date Sat, 26 May 2012 11:37:44 +0000
parents eeb41cd5e9f3
children dcddd9195098
files mod_stanza_counter/mod_stanza_counter_http.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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