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:
parent
0b6882ad2f
commit
90642d3524
@ -60,7 +60,7 @@ class pivotTemplate extends BaseTemplate {
|
||||
public function execute() {
|
||||
global $wgUser;
|
||||
global $wgPivotFeatures;
|
||||
Wikimedia\AtEase\AtEase::suppressWarnings();
|
||||
MediaWiki\suppressWarnings();
|
||||
$this->html('headelement');
|
||||
switch ($wgPivotFeatures['usePivotTabs']) {
|
||||
case true:
|
||||
@ -296,7 +296,7 @@ class pivotTemplate extends BaseTemplate {
|
||||
</html>
|
||||
|
||||
<?php
|
||||
wfRestoreWarnings();
|
||||
MediaWiki\restoreWarnings();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user