Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | SpecialPage::SpecialPage('Renameuser', 'renameuser'); |
7 | 7 | } |
8 | 8 | |
9 | | - function execute() { |
| 9 | + function execute( $par ) { |
10 | 10 | global $wgOut, $wgUser, $wgTitle, $wgRequest, $wgContLang, $wgLang; |
11 | 11 | global $wgVersion, $wgMaxNameChars, $wgCapitalLinks; |
12 | 12 | |
Index: trunk/extensions/Asksql/Asksql_body.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | SpecialPage::SpecialPage("Asksql"); |
20 | 20 | } |
21 | 21 | |
22 | | - function execute() { |
| 22 | + function execute( $par ) { |
23 | 23 | global $wgAllowSysopQueries, $wgUser, $wgRequest, $wgOut; |
24 | 24 | |
25 | 25 | if( !$wgAllowSysopQueries ) { |