X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateParentId.php;h=686d9f2b7f00772e3a147695318b175447cfc9dc;hb=d97041a4caa92d46b8f8c231fd3cb4ed2b3da3de;hp=f77978fc4dcb8661132ea766f75124ec036e2ee6;hpb=0b7f75739786a44feab8eca1a9ec21b72e3bb2cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateParentId.php b/maintenance/populateParentId.php index f77978fc4d..686d9f2b7f 100644 --- a/maintenance/populateParentId.php +++ b/maintenance/populateParentId.php @@ -84,7 +84,7 @@ class PopulateParentId extends LoggedUpdateMaintenance { "rev_id < " . intval( $row->rev_id ) ), __METHOD__, array( 'ORDER BY' => 'rev_id DESC' ) ); - # If there are none, check the the highest ID with a lower timestamp + # If there are none, check the highest ID with a lower timestamp if ( !$previousID ) { # Get the highest older timestamp $lastTimestamp = $db->selectField(