diff --git a/Pivot.skin.php b/Pivot.skin.php index 200c333..f246a5d 100644 --- a/Pivot.skin.php +++ b/Pivot.skin.php @@ -62,7 +62,7 @@ class pivotTemplate extends BaseTemplate { public function execute() { global $wgUser; global $wgPivotFeatures; - //wfSuppressWarnings(); + wfSuppressWarnings(); $this->html('headelement'); switch ($wgPivotFeatures['usePivotTabs']) { case true: @@ -94,7 +94,7 @@ class pivotTemplate extends BaseTemplate {