mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Rename maintenance script.
This commit is contained in:
@ -168,7 +168,7 @@ class Target {
|
||||
// (unlinked).
|
||||
if ( $this->config->checkRedirect ) {
|
||||
$redirectTitle = $this->getContent()->getUltimateRedirectTarget();
|
||||
if ( $redirectTitle && $redirectTitle->equals( $fromtitle ) ) {
|
||||
if ( $redirectTitle && $redirectTitle->equals( $fromTitle ) ) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user