Localization update for he.
[lhc/web/wiklou.git] / maintenance / cleanupTitles.php
index 3f29d31..4d76ac7 100644 (file)
@@ -48,7 +48,7 @@ class TitleCleanup extends TableCleanup {
 
                $title = Title::newFromText( $verified );
 
-               if( !is_null( $title ) && $title->equals( $current ) ) {
+               if( !is_null( $title ) && $title->equals( $current ) && $title->canExist() ) {
                        return $this->progress( 0 );  // all is fine
                }