Replace usge of long deprecated and removed wfSuppressWarnings

pull/90/head
paladox 2019-12-23 00:00:43 +00:00 committed by GitHub
parent f586bf4c5c
commit 0b6882ad2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: