follow up and fixing some leftovers for r38784
authorShinjiman <shinjiman@users.mediawiki.org>
Thu, 7 Aug 2008 15:52:04 +0000 (15:52 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Thu, 7 Aug 2008 15:52:04 +0000 (15:52 +0000)
includes/DefaultSettings.php

index b765bfb..bb0d9ed 100644 (file)
@@ -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. */