diff --git a/Foreground.skin.php b/Foreground.skin.php index 83949eb1..847dcd56 100755 --- a/Foreground.skin.php +++ b/Foreground.skin.php @@ -60,7 +60,7 @@ class foregroundTemplate extends BaseTemplate { public function execute() { global $wgUser; global $wgForegroundFeatures; - wfSuppressWarnings(); + Wikimedia\AtEase\AtEase::suppressWarnings(); $this->html('headelement'); switch ($wgForegroundFeatures['enableTabs']) { case true: @@ -278,7 +278,7 @@ public function execute() {