From: Daniel Cannon Date: Mon, 10 Sep 2007 18:29:05 +0000 (+0000) Subject: Fix typo. "wfGetDb" -> "wfGetDB" X-Git-Tag: 1.31.0-rc.0~51441 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=99d5ecc3e3ee8c5020ffcc43bac6ab803d3b7a57;p=lhc%2Fweb%2Fwiklou.git Fix typo. "wfGetDb" -> "wfGetDB" --- diff --git a/includes/User.php b/includes/User.php index 055a81326d..c3040650a1 100644 --- a/includes/User.php +++ b/includes/User.php @@ -592,7 +592,7 @@ class User { ); if( $field === null ) { // it has not been initialized. do so. - $dbw = wfGetDb( DB_MASTER ); + $dbw = wfGetDB( DB_MASTER ); $count = $dbr->selectField( 'revision', 'count(*)', array( 'rev_user' => $uid ),