Index: trunk/phase3/includes/specials/SpecialTags.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | parent::__construct( 'Tags' ); |
11 | 11 | } |
12 | 12 | |
13 | | - function execute() { |
| 13 | + function execute( $par ) { |
14 | 14 | global $wgOut, $wgUser, $wgMessageCache; |
15 | 15 | |
16 | 16 | $wgMessageCache->loadAllMessages(); |