From 933f0cd24092d6f431659239ffbb21af2eda402e Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 18 Dec 2010 22:02:35 +0000 Subject: [PATCH] Fix for r78570: correct default value --- includes/parser/ParserOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1