From: Roan Kattouw Date: Thu, 2 Apr 2009 10:37:40 +0000 (+0000) Subject: (bug 18291) Also include newuserlog entries when rebuilding RC X-Git-Tag: 1.31.0-rc.0~42250 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=7a14d16ab519c2c1b60e1eab689b338a9e0a8533;p=lhc%2Fweb%2Fwiklou.git (bug 18291) Also include newuserlog entries when rebuilding RC --- 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',