Diff

plugins/mod_register.lua @ 11120:b2331f3dfeea

Merge 0.11->trunk
author Matthew Wild <mwild1@gmail.com>
date Wed, 30 Sep 2020 09:50:33 +0100
parent 11013:bb010c3c8c93
line wrap: on
line diff
--- a/plugins/mod_register.lua	Thu Oct 01 15:08:58 2020 +0100
+++ b/plugins/mod_register.lua	Wed Sep 30 09:50:33 2020 +0100
@@ -11,6 +11,7 @@
 
 if allow_registration then
 	module:depends("register_ibr");
+	module:depends("watchregistrations");
 end
 
 module:depends("user_account_management");