From 31027800e993824c22efa982417466515e07c254 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 4 Dec 2007 20:36:38 +0000 Subject: [PATCH] What was I smoking when I made execute() private?!? --- includes/api/ApiQueryDeletedrevs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryDeletedrevs.php b/includes/api/ApiQueryDeletedrevs.php index fd80823277..39ae80803e 100644 --- a/includes/api/ApiQueryDeletedrevs.php +++ b/includes/api/ApiQueryDeletedrevs.php @@ -39,7 +39,7 @@ class ApiQueryDeletedrevs extends ApiQueryBase { parent :: __construct($query, $moduleName, 'dr'); } - private function execute() { + public function execute() { global $wgUser; // Before doing anything at all, let's check permissions -- 2.20.1