What was I smoking when I made execute() private?!?
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 4 Dec 2007 20:36:38 +0000 (20:36 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 4 Dec 2007 20:36:38 +0000 (20:36 +0000)
includes/api/ApiQueryDeletedrevs.php

index fd80823..39ae808 100644 (file)
@@ -39,7 +39,7 @@ class ApiQueryDeletedrevs extends ApiQueryBase {
                parent :: __construct($query, $moduleName, 'dr');\r
        }\r
 \r
-       private function execute() {\r
+       public function execute() {\r
 \r
                global $wgUser;\r
                // Before doing anything at all, let's check permissions\r