# HG changeset patch # User Florian Zeitz # Date 1343999561 -7200 # Node ID a85d86a7f24e2ab50b8fcc24d0647556336a778b # Parent 7076f58b9f48ddc0851087246ea7ee615a995f9a mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh diff -r 7076f58b9f48 -r a85d86a7f24e mod_admin_web/admin_web/mod_admin_web.lua --- a/mod_admin_web/admin_web/mod_admin_web.lua Fri Aug 03 14:56:59 2012 +0200 +++ b/mod_admin_web/admin_web/mod_admin_web.lua Fri Aug 03 15:12:41 2012 +0200 @@ -131,8 +131,12 @@ end function module.add_host(module) + -- Dependencies + module:depends("bosh"); + module:depends("admin_adhoc"); + module:depends("http"); + -- Setup HTTP server - module:depends("http"); module:provides("http", { name = "admin"; route = {