r44263 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44262‎ | r44263 | r44264 >
Date:21:28, 5 December 2008
Author:brion
Status:ok
Tags:
Comment:
if we're gonna hardcode defaults for wikimedia, let's use the non-NFS path :D
Modified paths:
  • /trunk/extensions/SiteMatrix/SiteMatrix.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SiteMatrix/SiteMatrix.php
@@ -19,7 +19,7 @@
2020 'descriptionmsg' => 'sitematrix-desc',
2121 );
2222
23 -$wgSiteMatrixFile = '/home/wikipedia/common/langlist';
 23+$wgSiteMatrixFile = '/apache/common/langlist';
2424 $wgSiteMatrixSites = array(
2525 'wiki' => array(
2626 'name' => 'Wikipedia',

Status & tagging log