* Standardised file description headers
[lhc/web/wiklou.git] / maintenance / orphans.php
index a82fa40..df4ba36 100644 (file)
@@ -106,7 +106,7 @@ class Orphans extends Maintenance {
                }
        
                if ( $fix ) {
-                       $dbw->unlockTables();
+                       $dbw->unlockTables( __METHOD__ );
                }
        }
 
@@ -153,7 +153,7 @@ class Orphans extends Maintenance {
                }
        
                if ( $fix ) {
-                       $dbw->unlockTables();
+                       $dbw->unlockTables( __METHOD__ );
                }
        }
 
@@ -226,7 +226,7 @@ class Orphans extends Maintenance {
                }
        
                if ( $fix ) {
-                       $dbw->unlockTables();
+                       $dbw->unlockTables( __METHOD__ );
                }
        }
 }