From 73aeb82faba26224ea5fbab8ff563bd14da2e675 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Wed, 31 Jan 2018 14:33:18 -0800 Subject: [PATCH] EmailNotification: Hard deprecate updateWatchlistTimestamp() Soft-deprecated in 1.27. Depends-On: Ie7073f2048ba2b79a8b36ad913453008ec3555ce Change-Id: If1dd2f8211c808ab0e284d7a3fb0b24610a0b32d --- includes/mail/EmailNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/mail/EmailNotification.php b/includes/mail/EmailNotification.php index 2931d9dd3c..67b7142a07 100644 --- a/includes/mail/EmailNotification.php +++ b/includes/mail/EmailNotification.php @@ -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 []; -- 2.20.1