From 18a3c1123cde8699e3e0cbe2e2879314fcc1cc07 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 14 Apr 2009 01:26:39 +0000 Subject: [PATCH] Typofix. Base -> Basic --- maintenance/rebuildrecentchanges.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/rebuildrecentchanges.inc b/maintenance/rebuildrecentchanges.inc index 420481c095..d37915bcde 100644 --- a/maintenance/rebuildrecentchanges.inc +++ b/maintenance/rebuildrecentchanges.inc @@ -124,7 +124,7 @@ function rebuildRecentChangesTablePass3() global $wgRCMaxAge, $wgLogTypes, $wgLogRestrictions; // Some logs don't go in RC. This should check for that - $baseRCLogs = array_diff( $wgLogTypes, array_keys( $wgLogRestrictions ) ); + $basicRCLogs = array_diff( $wgLogTypes, array_keys( $wgLogRestrictions ) ); // Escape...blah blah $selectLogs = array(); -- 2.20.1