From a435173fcb76146959050f7dfe63c501293b2375 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 5 Feb 2013 11:29:45 -0800 Subject: [PATCH] Fix sr_moderator_invite_quota not being parsed correctly. --- r2/r2/lib/app_globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/lib/app_globals.py b/r2/r2/lib/app_globals.py index 4c7dfb14c..b20e25eab 100755 --- a/r2/r2/lib/app_globals.py +++ b/r2/r2/lib/app_globals.py @@ -118,7 +118,7 @@ class Globals(object): 'sr_banned_quota', 'sr_wikibanned_quota', 'sr_wikicontributor_quota', - 'sr_moderator_quota', + 'sr_moderator_invite_quota', 'sr_contributor_quota', 'sr_quota_time', 'wiki_keep_recent_days',