From 82c8421f7b0f09aa3f43c6eb004aa16ee442b461 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 31 Mar 2011 14:11:42 +0000 Subject: [PATCH] Follow-up r85021: fix comment --- includes/installer/DatabaseUpdater.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/DatabaseUpdater.php b/includes/installer/DatabaseUpdater.php index ad39bee41e..cd94206bed 100644 --- a/includes/installer/DatabaseUpdater.php +++ b/includes/installer/DatabaseUpdater.php @@ -190,7 +190,6 @@ abstract class DatabaseUpdater { * Do all the updates * * @param $what Array: what updates to perform - * @param $purge Boolean: whether to clear the objectcache table after updates */ public function doUpdates( $what = array( 'core', 'extensions', 'purge' ) ) { global $wgVersion; -- 2.20.1