X-Git-Url: http://git.cyclocoop.org/%24image?a=blobdiff_plain;f=maintenance%2FcleanupTitles.php;h=5602e39646e64eca8e035eb62b9962947a48c3b9;hb=af80076034fb734d652eb043c523c1d8df974e51;hp=cad612266b2f270c0286f31f916ae91703f8cd76;hpb=63772e162d60009bdbd4991a34e4cfb4c774cb00;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index cad612266b..5602e39646 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -133,7 +133,7 @@ class TitleCleanup extends TableCleanup { * @param Title $title */ protected function moveInconsistentPage( $row, Title $title ) { - if ( $title->exists( Title::GAID_FOR_UPDATE ) + if ( $title->exists( Title::READ_LATEST ) || $title->getInterwiki() || !$title->canExist() ) {