mod_watchregistrations: admin -> admins

Wed, 27 May 2009 14:03:12 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 27 May 2009 14:03:12 +0100
changeset 1206
3ec37e678b46
parent 1205
23a079f50cab
child 1207
6842bacddfcb

mod_watchregistrations: admin -> admins

plugins/mod_watchregistrations.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_watchregistrations.lua	Tue May 26 22:54:46 2009 +0100
+++ b/plugins/mod_watchregistrations.lua	Wed May 27 14:03:12 2009 +0100
@@ -4,7 +4,7 @@
 local config = require "core.configmanager";
 
 local registration_watchers = config.get(host, "core", "registration_watchers") 
-	or config.get(host, "core", "admin") or {};
+	or config.get(host, "core", "admins") or {};
 
 local registration_alert = config.get(host, "core", "registration_notification") or "User $username just registered on $host from $ip";
 

mercurial