From: Domas Mituzas Date: Sun, 25 Mar 2007 16:12:07 +0000 (+0000) Subject: define querygroup X-Git-Tag: 1.31.0-rc.0~53619 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=ff7bc88a4956ed65c9863caa37bf65eb34eda247;p=lhc%2Fweb%2Fwiklou.git define querygroup --- diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 1ab5e9e3cb..e116c4032c 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -47,7 +47,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { } list( $limit, /* offset */ ) = wfCheckLimits( 100, 'rclimit' ); - $dbr = wfGetDB( DB_SLAVE ); + $dbr = wfGetDB( DB_SLAVE,'recentchangeslinked' ); $cutoff = $dbr->timestamp( time() - ( $days * 86400 ) ); $hideminor = ($hideminor ? 1 : 0);