1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-04-01 18:53:15 +02:00

Update Pivot.skin.php

This commit is contained in:
paladox 2019-12-23 01:37:50 +00:00 committed by GitHub
parent 90642d3524
commit 8d652c3d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ class pivotTemplate extends BaseTemplate {
public function execute() {
global $wgUser;
global $wgPivotFeatures;
MediaWiki\suppressWarnings();
Wikimedia\AtEase\AtEase::suppressWarnings();
$this->html('headelement');
switch ($wgPivotFeatures['usePivotTabs']) {
case true:
@ -296,7 +296,7 @@ class pivotTemplate extends BaseTemplate {
</html>
<?php
MediaWiki\restoreWarnings();
Wikimedia\AtEase\AtEase::suppressWarnings( true );
}