Follow-up r85021: fix comment
authorMax Semenik <maxsem@users.mediawiki.org>
Thu, 31 Mar 2011 14:11:42 +0000 (14:11 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Thu, 31 Mar 2011 14:11:42 +0000 (14:11 +0000)
includes/installer/DatabaseUpdater.php

index ad39bee..cd94206 100644 (file)
@@ -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;