mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-04-02 19:23:14 +02:00
Update Pivot.skin.php
This commit is contained in:
parent
90642d3524
commit
8d652c3d54
@ -60,7 +60,7 @@ class pivotTemplate extends BaseTemplate {
|
|||||||
public function execute() {
|
public function execute() {
|
||||||
global $wgUser;
|
global $wgUser;
|
||||||
global $wgPivotFeatures;
|
global $wgPivotFeatures;
|
||||||
MediaWiki\suppressWarnings();
|
Wikimedia\AtEase\AtEase::suppressWarnings();
|
||||||
$this->html('headelement');
|
$this->html('headelement');
|
||||||
switch ($wgPivotFeatures['usePivotTabs']) {
|
switch ($wgPivotFeatures['usePivotTabs']) {
|
||||||
case true:
|
case true:
|
||||||
@ -296,7 +296,7 @@ class pivotTemplate extends BaseTemplate {
|
|||||||
</html>
|
</html>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
MediaWiki\restoreWarnings();
|
Wikimedia\AtEase\AtEase::suppressWarnings( true );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user