From: Alexandre Emsenhuber Date: Sat, 18 Dec 2010 22:02:35 +0000 (+0000) Subject: Fix for r78570: correct default value X-Git-Tag: 1.31.0-rc.0~33237 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=933f0cd24092d6f431659239ffbb21af2eda402e;p=lhc%2Fweb%2Fwiklou.git Fix for r78570: correct default value --- diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index 8ab548dd32..0a7ee3fe93 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -20,7 +20,7 @@ class ParserOptions { var $mEnableImageWhitelist; # If not or it doesn't match, should we check an on-wiki whitelist? var $mSkin = null; # Reference to the preferred skin var $mDateFormat = null; # Date format index - var $mEditSection = false; # Create "edit section" links + var $mEditSection = true; # Create "edit section" links var $mAllowSpecialInclusion; # Allow inclusion of special pages var $mTidy = false; # Ask for tidy cleanup var $mInterfaceMessage = false; # Which lang to call for PLURAL and GRAMMAR