X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateRevisionLength.php;h=a9457c2a1cd13f65b078bc4b734b4174f526fba2;hb=e43c87efd8b7316cd75822e27746148de789817a;hp=5e44fafd9f21f05ad4fec4b0084f779d8e1c7981;hpb=9210d39e6f093cf5091071c654dbb588fb761d51;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateRevisionLength.php b/maintenance/populateRevisionLength.php index 5e44fafd9f..a9457c2a1c 100644 --- a/maintenance/populateRevisionLength.php +++ b/maintenance/populateRevisionLength.php @@ -136,7 +136,7 @@ class PopulateRevisionLength extends LoggedUpdateMaintenance { $content = $rev->getContent(); if ( !$content ) { - # This should not happen, but sometimes does (bug 20757) + # This should not happen, but sometimes does (T22757) $id = $row->$idCol; $this->output( "Content of $table $id unavailable!\n" );