Index: trunk/extensions/Maps/test/commandLine.inc |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $IP = getenv( 'MW_INSTALL_PATH' ); |
15 | 15 | } else { |
16 | 16 | $IP = false; |
17 | | - foreach( array( '../../../phase3', '../../../smw' ) as $rel ) { |
| 17 | + foreach( array( '../../../phase3', '../../../smw', '../..' ) as $rel ) { |
18 | 18 | if ( file_exists( dirname( __FILE__ ) . "/$rel/maintenance/commandLine.inc" ) ) { |
19 | 19 | $IP = dirname( __FILE__ ) . "/$rel"; |
20 | 20 | break; |