From: Chad Horohoe Date: Tue, 14 Apr 2009 01:26:39 +0000 (+0000) Subject: Typofix. Base -> Basic X-Git-Tag: 1.31.0-rc.0~42148 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=18a3c1123cde8699e3e0cbe2e2879314fcc1cc07;p=lhc%2Fweb%2Fwiklou.git Typofix. Base -> Basic --- 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();