Fixed a fatal installer failure on PG introduced in r67707. 1.16 is unaffected
This commit is contained in:
parent
3b4a75493d
commit
83b88a5f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ SQL;
|
|||
echo "<li>Populating interwiki table... ";
|
||||
## Avoid the non-standard "REPLACE INTO" syntax
|
||||
$f = fopen( "../maintenance/interwiki.sql", 'r' );
|
||||
if ( $f ) {
|
||||
if ( !$f ) {
|
||||
print "<b>FAILED</b></li>";
|
||||
dieout( "Could not find the interwiki.sql file" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue