(bug 18291) Also include newuserlog entries when rebuilding RC
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Apr 2009 10:37:40 +0000 (10:37 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 2 Apr 2009 10:37:40 +0000 (10:37 +0000)
maintenance/rebuildrecentchanges.inc

index 31bc94a..d8a70b7 100644 (file)
@@ -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',