Mercurial > prosody-modules
comparison mod_muc_log/mod_muc_log.lua @ 1357:67990f8d8228
mod_muc_log: Make sure base path is created
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Mar 2014 14:03:46 +0100 |
parents | 7dbde05b48a9 |
children | 5107278268ae |
comparison
equal
deleted
inserted
replaced
1356:a74ba847195a | 1357:67990f8d8228 |
---|---|
94 break; | 94 break; |
95 end | 95 end |
96 end | 96 end |
97 end | 97 end |
98 end | 98 end |
99 datamanager.getpath(node, host, datastore, nil, true); -- create the datastore dir | |
99 data_store(node, host, datastore .. "/" .. today, data); | 100 data_store(node, host, datastore .. "/" .. today, data); |
100 end | 101 end |
101 end | 102 end |
102 end | 103 end |
103 end | 104 end |