diff options
Diffstat (limited to 'maintenance/cleanupTitles.php')
-rw-r--r-- | maintenance/cleanupTitles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/cleanupTitles.php b/maintenance/cleanupTitles.php index ad2577aa..66f9e87f 100644 --- a/maintenance/cleanupTitles.php +++ b/maintenance/cleanupTitles.php @@ -114,7 +114,7 @@ class TitleCleanup extends TableCleanup { protected function moveInconsistentPage( $row, $title ) { if ( $title->exists() || $title->getInterwiki() || !$title->canExist() ) { if ( $title->getInterwiki() || !$title->canExist() ) { - $prior = $title->getPrefixedDbKey(); + $prior = $title->getPrefixedDBkey(); } else { $prior = $title->getDBkey(); } |