mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-04-01 18:53:15 +02:00
Replace usge of long deprecated and removed wfSuppressWarnings
This commit is contained in:
parent
f586bf4c5c
commit
0b6882ad2f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user