Index: trunk/extensions/Patroller/Patroller.class.php |
— | — | @@ -20,8 +20,11 @@ |
21 | 21 | efPatrollerAddMessages( $wgMessageCache ); |
22 | 22 | SpecialPage::SpecialPage( 'Patrol', 'patroller' ); |
23 | 23 | } |
24 | | - |
25 | | - function execute() { |
| 24 | + |
| 25 | + /** |
| 26 | + * @param $par Parameters used by SpecialPage. UNUSED. |
| 27 | + */ |
| 28 | + function execute( $par ) { |
26 | 29 | global $wgUser, $wgRequest, $wgOut; |
27 | 30 | $this->setHeaders(); |
28 | 31 | |
— | — | @@ -297,4 +300,4 @@ |
298 | 301 | |
299 | 302 | } |
300 | 303 | |
301 | | -?> |
\ No newline at end of file |
| 304 | +?> |