Remove wgAlwaysUseTidy from ExpandTemplates
authorsaper <saper@saper.info>
Thu, 15 Oct 2015 07:08:02 +0000 (09:08 +0200)
committerTim Starling <tstarling@wikimedia.org>
Wed, 21 Oct 2015 05:43:44 +0000 (05:43 +0000)
commit9dba751a8a70979c5fbe2a51ef8366837441d07e
treed412fa438640b5769f6bcec788d40f8ebf65f3ca
parente2c850b56e926c293f8c25fbb5d197dcdb270fa2
Remove wgAlwaysUseTidy from ExpandTemplates

Fixes ConfigException:

Exception encountered, of type "ConfigException"
[1235d69e] index.php/Special:ExpandTemplates ConfigException
from line 53 of
includes/config/GlobalVarConfig.php:
GlobalVarConfig::get: undefined option: 'AlwaysUseTidy'
Backtrace:
includes/specials/SpecialExpandTemplates.php(117):
GlobalVarConfig->get(string)
i includes/specialpage/SpecialPage.php(384):
SpecialExpandTemplates->execute(NULL)

Change-Id: Iba16f12f50f7427533f89817eb40f46a2ab58ec4
includes/specials/SpecialExpandTemplates.php