changeset 3338:7d2400710d65

mod_http_roster_admin: Add explicit dependency on mod_http
author Kim Alvefur <zash@zash.se>
date Thu, 27 Sep 2018 19:39:55 +0200
parents b46bb9392efe
children babb584e24a2
files mod_http_roster_admin/mod_http_roster_admin.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_roster_admin/mod_http_roster_admin.lua	Thu Sep 27 17:15:37 2018 +0200
+++ b/mod_http_roster_admin/mod_http_roster_admin.lua	Thu Sep 27 19:39:55 2018 +0200
@@ -295,6 +295,7 @@
 	return true;
 end
 
+module:depends("http");
 module:provides("http", {
 	route = {
 		["POST /refresh"] = handle_refresh_multi;