X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchanges%2FRecentChange.php;h=95c9fa6c63bbabb96c1565d21c6894fcedb259a4;hb=40c88a6ac9f046a64c497f2955e8a3b874374a30;hp=eed159d8d13d6d5bb9260b2030938332ee773841;hpb=b235c8be4ba75590871db5fe04c6a315d5008f9d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changes/RecentChange.php b/includes/changes/RecentChange.php index eed159d8d1..95c9fa6c63 100644 --- a/includes/changes/RecentChange.php +++ b/includes/changes/RecentChange.php @@ -369,13 +369,6 @@ class RecentChange implements Taggable { public function save( $send = self::SEND_FEED ) { global $wgPutIPinRC, $wgUseEnotif, $wgShowUpdatedMarker; - if ( is_string( $send ) ) { - // Callers used to pass undocumented strings like 'noudp' - // or 'pleasedontudp' instead of self::SEND_NONE (true). - // @deprecated since 1.31 Use SEND_NONE instead. - $send = self::SEND_NONE; - } - $dbw = wfGetDB( DB_MASTER ); if ( !is_array( $this->mExtra ) ) { $this->mExtra = [];