r34235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34234‎ | r34235 | r34236 >
Date:09:15, 5 May 2008
Author:dantman
Status:old
Tags:
Comment:
Whoops... I was using something different for this one because of it's need for multiple maintenance scripts. So this one missed the needed /maintenance/ directory in the path.
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php
@@ -25,7 +25,7 @@
2626
2727 $optionsWithArgs = array( 'd', 's', 'e' ); // -d <delay>, -s <startid>
2828
29 -$mwPath = getenv('MW_INSTALL_PATH') !== false ? getenv('MW_INSTALL_PATH').'/' : '';
 29+$mwPath = getenv('MW_INSTALL_PATH') !== false ? getenv('MW_INSTALL_PATH').'/maintenance/' : '';
3030 require_once("{$mwPath}counter.php");
3131 require_once("{$mwPath}commandLine.inc");
3232

Status & tagging log