From 7a14d16ab519c2c1b60e1eab689b338a9e0a8533 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 2 Apr 2009 10:37:40 +0000 Subject: [PATCH] (bug 18291) Also include newuserlog entries when rebuilding RC --- maintenance/rebuildrecentchanges.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance/rebuildrecentchanges.inc b/maintenance/rebuildrecentchanges.inc index 31bc94aa54..d8a70b7cb9 100644 --- a/maintenance/rebuildrecentchanges.inc +++ b/maintenance/rebuildrecentchanges.inc @@ -125,7 +125,8 @@ function rebuildRecentChangesTablePass3() // Some logs don't go in RC. This can't really detect all of those. // At least do the basics logs for a standard install... // FIXME: this needs to be maintained - $basicRCLogs = array( + $basicRCLogs = array( + 'newusers', 'block', 'protect', 'rights', -- 2.20.1