r102916 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r102915
|
r102916
|
r102917
>
Date:
22:10, 13 November 2011
Author:
krinkle
Status:
ok
Tags:
Comment:
[RL2] fix wrong comment from
r101627
- This is ForeignDBGadgetRepo, it's using the same keys as itself :D
probably copy pasted when creating ForeignAPIGadgetRepo
Modified paths:
/branches/RL2/extensions/Gadgets/backend/ForeignDBGadgetRepo.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/RL2/extensions/Gadgets/backend/ForeignDBGadgetRepo.php
—
—
@@ -87,7 +87,7 @@
88
88
}
89
89
} else {
90
90
// No access to the foreign wiki's memc, so cache locally
91
- // This uses the same cache keys as ForeignDBGadgetRepo but that's fine,
91
+ // This uses the same cache keys as ForeignAPIGadgetRepo but that's fine,
92
92
// source names should be unique.
93
93
if ( $id === null ) {
94
94
return wfMemcKey( 'gadgets', 'foreignrepoids', $this->source );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101627
[RL2] Add ForeignAPIGadgetRepo. Tested and working
catrope
15:02, 2 November 2011
Status & tagging log
06:37, 14 November 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r102916
[
removed:
new
added:
ok]