From 86baffc57b3d237db581017503f5876cafcc9963 Mon Sep 17 00:00:00 2001 From: Shinjiman Date: Thu, 7 Aug 2008 15:52:04 +0000 Subject: [PATCH] follow up and fixing some leftovers for r38784 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b765bfb91b..bb0d9ed516 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2229,7 +2229,7 @@ $wgDefaultUserOptions = array( 'watchdefault' => 0, 'watchmoves' => 0, 'watchdeletion' => 0, - 'convertlink' => 0, + 'noconvertlink' => 0, ); /** Whether or not to allow and use real name fields. Defaults to true. */ -- 2.20.1