Index: trunk/phase3/includes/installer/DatabaseUpdater.php |
— | — | @@ -190,7 +190,6 @@ |
191 | 191 | * Do all the updates |
192 | 192 | * |
193 | 193 | * @param $what Array: what updates to perform |
194 | | - * @param $purge Boolean: whether to clear the objectcache table after updates |
195 | 194 | */ |
196 | 195 | public function doUpdates( $what = array( 'core', 'extensions', 'purge' ) ) { |
197 | 196 | global $wgVersion; |