Rename maintenance script.

This commit is contained in:
Daniel Kraus
2017-08-27 22:52:44 +02:00
parent 1e27f47750
commit 38284b11a1
3 changed files with 74 additions and 56 deletions

View File

@ -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;
}
};