From: Shinjiman Date: Thu, 7 Aug 2008 15:52:04 +0000 (+0000) Subject: follow up and fixing some leftovers for r38784 X-Git-Tag: 1.31.0-rc.0~46050 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=86baffc57b3d237db581017503f5876cafcc9963;p=lhc%2Fweb%2Fwiklou.git follow up and fixing some leftovers for r38784 --- 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. */