r22768 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r22767
|
r22768
|
r22769
>
Date:
17:53, 5 June 2007
Author:
tstarling
Status:
old
Tags:
Comment:
LocalFile::restore(): roll back the DB transaction if the file is missing
Modified paths:
/trunk/phase3/includes/filerepo/LocalFile.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/filerepo/LocalFile.php
—
—
@@ -1261,6 +1261,7 @@
1262
1262
} catch( MWException $e ) {
1263
1263
wfDebug( __METHOD__." caught error, aborting\n" );
1264
1264
$transaction->rollback();
1265
+ $dbw->rollback();
1265
1266
throw $e;
1266
1267
}
1267
1268
Follow-up revisions
Revision
Commit summary
Author
Date
r22791
Merged revisions 22747-22790 via svnmerge from...
david
09:21, 6 June 2007
Status & tagging log
15:16, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r22768
[
removed:
ok
added:
old]