From 091367e83df33b0589cde5d3d3b07c7c3df84cf6 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 14 Jun 2007 16:33:16 +0000 Subject: [PATCH] Set initialCapital to $wgCapitalLinks by default for the local repository --- includes/Setup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Setup.php b/includes/Setup.php index 3f9746bc17..21343a699a 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -66,6 +66,7 @@ if ( !$wgLocalFileRepo ) { 'hashLevels' => $wgHashedUploadDirectory ? 2 : 0, 'thumbScriptUrl' => $wgThumbnailScriptPath, 'transformVia404' => !$wgGenerateThumbnailOnParse, + 'initialCapital' => $wgCapitalLinks, ); } /** -- 2.20.1