X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=blobdiff_plain;f=includes%2Fdb%2FDatabase.php;h=a4d0ad0532f432eeac7af19f2a411c31abbe2f1a;hb=c32764db69c60ffc6348fe59c61f249b107de956;hp=9315daf85eb7f2caffba36352a3ddb68b10f6f8d;hpb=79d12a284b8baf05d6cb600e616e576f1977e6a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/Database.php b/includes/db/Database.php index 9315daf85e..a4d0ad0532 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -3181,6 +3181,7 @@ abstract class DatabaseBase implements IDatabase { $that = $this; $unlocker = new ScopedCallback( function () use ( $that, $lockKey, $fname ) { + $that->commit( __METHOD__, 'flush' ); $that->unlock( $lockKey, $fname ); } );