From: Max Semenik Date: Thu, 31 Mar 2011 14:11:42 +0000 (+0000) Subject: Follow-up r85021: fix comment X-Git-Tag: 1.31.0-rc.0~31108 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=82c8421f7b0f09aa3f43c6eb004aa16ee442b461;p=lhc%2Fweb%2Fwiklou.git Follow-up r85021: fix comment --- 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;