mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-12-19 07:17:03 +01:00
Replace usge of long deprecated and removed wfSuppressWarnings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user