From: Kevin Israel Date: Sun, 27 Oct 2013 05:10:12 +0000 (-0400) Subject: HistoryBlobCurStub: correct setting name in doc comment X-Git-Tag: 1.31.0-rc.0~18312^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=d3fa5a3716e8b6d2224f43fe6f0350daa08a5b13;p=lhc%2Fweb%2Fwiklou.git HistoryBlobCurStub: correct setting name in doc comment It is $wgLegacySchemaConversion = true that causes these to be inserted into the text table when upgrading from 1.4 or earlier, and this is the only occurrence of $wgFastSchemaUpgrades even on the REL1_5 branch. Change-Id: I57634343d3515a4fb982c648e22ad23c2af0f2f6 --- diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index 31aa0f875a..9c50895b08 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -290,7 +290,7 @@ class HistoryBlobStub { * of megabytes of data during the conversion downtime. * * Serialized HistoryBlobCurStub objects will be inserted into the text table - * on conversion if $wgFastSchemaUpgrades is set to true. + * on conversion if $wgLegacySchemaConversion is set to true. */ class HistoryBlobCurStub { var $mCurId;