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 @@
21
21
* @return DatabaseBase
22
22
*/
23
23
protected function getDB() {
24
- CentralAuthUser::getCentralDB();
24
+ return CentralAuthUser::getCentralDB();
25
25
}
26
26
}
27
27
Follow-up revisions
Revision
Commit summary
Author
Date
r111662
MFT
r111659
,
r111660
,
r111661
reedy
18:59, 16 February 2012
Status & tagging log
06:30, 17 February 2012
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r111659
[
removed:
new
added:
ok]