r28152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28151‎ | r28152 | r28153 >
Date:20:36, 4 December 2007
Author:catrope
Status:old
Tags:
Comment:
What was I smoking when I made execute() private?!?
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryDeletedrevs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php
@@ -39,7 +39,7 @@
4040 parent :: __construct($query, $moduleName, 'dr');
4141 }
4242
43 - private function execute() {
 43+ public function execute() {
4444
4545 global $wgUser;
4646 // Before doing anything at all, let's check permissions

Status & tagging log