r25738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25737‎ | r25738 | r25739 >
Date:18:29, 10 September 2007
Author:amidaniel
Status:old
Tags:
Comment:
Fix typo. "wfGetDb" -> "wfGetDB"
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -592,7 +592,7 @@
593593 );
594594
595595 if( $field === null ) { // it has not been initialized. do so.
596 - $dbw = wfGetDb( DB_MASTER );
 596+ $dbw = wfGetDB( DB_MASTER );
597597 $count = $dbr->selectField(
598598 'revision', 'count(*)',
599599 array( 'rev_user' => $uid ),

Follow-up revisions

RevisionCommit summaryAuthorDate
r25754Merged revisions 25607-25751 via svnmerge from...david23:02, 10 September 2007

Status & tagging log