Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | parent :: __construct($query, $moduleName, 'dr');
|
41 | 41 | }
|
42 | 42 |
|
43 | | - private function execute() {
|
| 43 | + public function execute() {
|
44 | 44 |
|
45 | 45 | global $wgUser;
|
46 | 46 | // Before doing anything at all, let's check permissions
|