Fix for r78570: correct default value
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Dec 2010 22:02:35 +0000 (22:02 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Dec 2010 22:02:35 +0000 (22:02 +0000)
includes/parser/ParserOptions.php

index 8ab548d..0a7ee3f 100644 (file)
@@ -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