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 @@
20
20
'descriptionmsg' => 'sitematrix-desc',
21
21
);
22
22
23
-$wgSiteMatrixFile = '/home/wikipedia/common/langlist';
23
+$wgSiteMatrixFile = '/apache/common/langlist';
24
24
$wgSiteMatrixSites = array(
25
25
'wiki' => array(
26
26
'name' => 'Wikipedia',
Status & tagging log
21:35, 5 December 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r44263
[
removed:
new
added:
ok]