r49592 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49591
|
r49592
|
r49593
>
Date:
06:14, 17 April 2009
Author:
aaron
Status:
ok
Tags:
Comment:
Tweak for
bug 18450
, commit the transaction before the purge is sent
Modified paths:
/trunk/phase3/includes/specials/SpecialRevisiondelete.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php
—
—
@@ -1442,6 +1442,7 @@
1443
1443
*/
1444
1444
function updatePage( $title ) {
1445
1445
$title->invalidateCache();
1446
+ $this->dbw->commit(); // Commit the transaction before the purge is sent
1446
1447
$title->purgeSquid();
1447
1448
$title->touchLinks();
1448
1449
// Extensions that require referencing previous revisions may need this
Status & tagging log
03:32, 2 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49592
[
removed:
new
added:
ok]
23:43, 28 April 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r49592
[
removed:
new
added:
ok]