X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2Finstaller%2FDatabaseInstaller.php;h=1c15ad0fbbed4e67f89c0004defeb169a258c097;hb=b767edc892b81c3be688b9f4a4004433e9c5132c;hp=f36bac10f50a99c1f6175048d9babc9a0cb39a89;hpb=841f4fb99178899c4539b1434e3282842d77f293;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/DatabaseInstaller.php b/includes/installer/DatabaseInstaller.php index f36bac10f5..1c15ad0fbb 100644 --- a/includes/installer/DatabaseInstaller.php +++ b/includes/installer/DatabaseInstaller.php @@ -657,7 +657,7 @@ abstract class DatabaseInstaller { if ( $row == "" ) { continue; } - $row .= "||"; + $row .= "|"; $interwikis[] = array_combine( array( 'iw_prefix', 'iw_url', 'iw_local', 'iw_api', 'iw_wikiid' ), explode( '|', $row )