Skip to content

Replace Title::isWatchable() with WatchlistManager::isWatchable() #118

@cicalese

Description

@cicalese

Title::isWatchable is deprecated in MediaWiki 1.37.

Replace it in ReviewHandler.php and SpecialPageStatistics.php.

Replace:

$title->isWatchable()

with:

MediaWikiServices::getInstance()->getWatchlistManager()->isWatchable( $title ) )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions