From: Alexandre Emsenhuber Date: Wed, 28 Jan 2009 19:24:39 +0000 (+0000) Subject: E_STRICT X-Git-Tag: 1.31.0-rc.0~43170 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=05d5d29c44f4ec23d26ace905b19b149a652a633;p=lhc%2Fweb%2Fwiklou.git E_STRICT --- diff --git a/includes/specials/SpecialTags.php b/includes/specials/SpecialTags.php index 8fc93c1af2..7442bd3f0b 100644 --- a/includes/specials/SpecialTags.php +++ b/includes/specials/SpecialTags.php @@ -9,7 +9,7 @@ class SpecialTags extends SpecialPage { parent::__construct( 'Tags' ); } - function execute() { + function execute( $par ) { global $wgOut, $wgUser, $wgMessageCache; $wgMessageCache->loadAllMessages();