More __METHOD__ in our madness
[lhc/web/wiklou.git] / maintenance / updateCollation.php
index 023409f..6160a30 100644 (file)
@@ -104,7 +104,7 @@ TEXT;
                        );
                        $this->output( " processing..." );
 
-                       $dbw->begin();
+                       $dbw->begin( __METHOD__ );
                        foreach ( $res as $row ) {
                                $title = Title::newFromRow( $row );
                                if ( !$row->cl_collation ) {
@@ -143,7 +143,7 @@ TEXT;
                                        __METHOD__
                                );
                        }
-                       $dbw->commit();
+                       $dbw->commit( __METHOD__ );
 
                        if ( $force && $row ) {
                                $encFrom = $dbw->addQuotes( $row->cl_from );