Index: trunk/extensions/CheckUser/CheckUser_body.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | public function execute( $subpage ) { |
21 | 21 | global $wgRequest, $wgOut, $wgUser, $wgContLang; |
22 | 22 | |
| 23 | + $this->checkPermissions(); |
23 | 24 | $this->setHeaders(); |
24 | 25 | |
25 | 26 | $user = $wgRequest->getText( 'user' ) ? |
Index: trunk/extensions/CheckUser/SpecialCheckUserLog.php |
— | — | @@ -6,6 +6,8 @@ |
7 | 7 | } |
8 | 8 | |
9 | 9 | function execute( $par ) { |
| 10 | + $this->checkPermissions(); |
| 11 | + |
10 | 12 | $out = $this->getOutput(); |
11 | 13 | $request = $this->getRequest(); |
12 | 14 | $this->setHeaders(); |