Merge "Drop index oi_name_archive_name on table oldimage"
[lhc/web/wiklou.git] / includes / WatchedItemQueryService.php
index 2b8147a..bc57049 100644 (file)
@@ -505,7 +505,7 @@ class WatchedItemQueryService {
                        $conds[] = 'rc_user_text != ' . $db->addQuotes( $options['notByUser'] );
                }
 
-               // Avoid brute force searches (bug 17342)
+               // Avoid brute force searches (T19342)
                $bitmask = 0;
                if ( !$user->isAllowed( 'deletedhistory' ) ) {
                        $bitmask = Revision::DELETED_USER;