From 0b6882ad2fe330b94ef2ca0988042afef23f2147 Mon Sep 17 00:00:00 2001 From: paladox Date: Mon, 23 Dec 2019 00:00:43 +0000 Subject: [PATCH] Replace usge of long deprecated and removed wfSuppressWarnings --- Pivot.skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pivot.skin.php b/Pivot.skin.php index a33899c..742f157 100644 --- a/Pivot.skin.php +++ b/Pivot.skin.php @@ -60,7 +60,7 @@ class pivotTemplate extends BaseTemplate { public function execute() { global $wgUser; global $wgPivotFeatures; - wfSuppressWarnings(); + Wikimedia\AtEase\AtEase::suppressWarnings(); $this->html('headelement'); switch ($wgPivotFeatures['usePivotTabs']) { case true: