E_STRICT
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 28 Jan 2009 19:24:39 +0000 (19:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 28 Jan 2009 19:24:39 +0000 (19:24 +0000)
includes/specials/SpecialTags.php

index 8fc93c1..7442bd3 100644 (file)
@@ -9,7 +9,7 @@ class SpecialTags extends SpecialPage {
                parent::__construct( 'Tags' );
        }
 
-       function execute() {
+       function execute( $par ) {
                global $wgOut, $wgUser, $wgMessageCache;
 
                $wgMessageCache->loadAllMessages();