Merge "EmailNotification: Hard deprecate updateWatchlistTimestamp()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 3 Feb 2018 05:54:07 +0000 (05:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 3 Feb 2018 05:54:07 +0000 (05:54 +0000)
includes/mail/EmailNotification.php

index 2931d9d..67b7142 100644 (file)
@@ -90,7 +90,7 @@ class EmailNotification {
                LinkTarget $linkTarget,
                $timestamp
        ) {
-               // wfDeprecated( __METHOD__, '1.27' );
+               wfDeprecated( __METHOD__, '1.27' );
                $config = RequestContext::getMain()->getConfig();
                if ( !$config->get( 'EnotifWatchlist' ) && !$config->get( 'ShowUpdatedMarker' ) ) {
                        return [];