Index: trunk/extensions/SemanticMediaWiki/maintenance/SMW_refreshData.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | |
27 | 27 | $optionsWithArgs = array( 'd', 's', 'e' ); // -d <delay>, -s <startid> |
28 | 28 | |
29 | | -$mwPath = getenv('MW_INSTALL_PATH') !== false ? getenv('MW_INSTALL_PATH').'/' : ''; |
| 29 | +$mwPath = getenv('MW_INSTALL_PATH') !== false ? getenv('MW_INSTALL_PATH').'/maintenance/' : ''; |
30 | 30 | require_once("{$mwPath}counter.php"); |
31 | 31 | require_once("{$mwPath}commandLine.inc"); |
32 | 32 | |