r113503 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r113502
|
r113503
|
r113504
>
Date:
19:26, 9 March 2012
Author:
wikinaut
Status:
new
Tags:
Comment:
follow up
r113502
- readded method by reedy. Lost despite of using svn up, how can this happen?
Modified paths:
/trunk/extensions/AJAXPoll/AJAXPoll_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AJAXPoll/AJAXPoll_body.php
—
—
@@ -60,7 +60,7 @@
61
61
}*/
62
62
63
63
$dbw = wfGetDB( DB_MASTER );
64
- $dbw->begin();
64
+ $dbw->begin( __METHOD__ );
65
65
/**
66
66
* Register poll in the database
67
67
*/
—
—
@@ -83,7 +83,7 @@
84
84
__METHOD__
85
85
);
86
86
}
87
- $dbw->commit();
87
+ $dbw->begin( __METHOD__ );
88
88
89
89
// Add CSS
90
90
$wgOut->addExtensionStyle( $wgScriptPath . '/extensions/AJAXPoll/AJAXPoll.css' );
Follow-up revisions
Revision
Commit summary
Author
Date
r113504
follow up
r113503
- correction
wikinaut
19:27, 9 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r113502
add tracking category feature (enabled by default). Each page using this exte...
wikinaut
19:23, 9 March 2012
Status & tagging log
17:06, 4 April 2012
Krinkle
(
talk
|
contribs
)
changed the
status
of r113503
[
removed:
deferred
added:
new]
15:41, 16 March 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r113503
[
removed:
new
added:
deferred]