Merge "- Fix bug 35076 - More tests, test comments"
[lhc/web/wiklou.git] / includes / DeferredUpdates.php
index f4e318d..262994e 100644 (file)
@@ -70,7 +70,7 @@ class DeferredUpdates {
                        $update->doUpdate();
 
                        if ( $doCommit && $dbw->trxLevel() ) {
-                               $dbw->commit();
+                               $dbw->commit( __METHOD__ );
                        }
                }