r111659 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111658‎ | r111659 | r111660 >
Date:18:52, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Actually returning the object is a good starting point
Modified paths:
  • /trunk/extensions/CentralAuth/AntiSpoof/batchCAAntiSpoof.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/AntiSpoof/batchCAAntiSpoof.php
@@ -20,7 +20,7 @@
2121 * @return DatabaseBase
2222 */
2323 protected function getDB() {
24 - CentralAuthUser::getCentralDB();
 24+ return CentralAuthUser::getCentralDB();
2525 }
2626 }
2727

Follow-up revisions

RevisionCommit summaryAuthorDate
r111662MFT r111659, r111660, r111661reedy18:59, 16 February 2012

Status & tagging log