X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresInstaller.php;h=07284154dd3de4dce58f1bdf7f32e9d003251fff;hb=4ff253aa239f5ca01c7d4513dcd869508c2d32f8;hp=234c209afd584effa2e620aa7a590987be58710a;hpb=96906168cac0e9a7748511b48c369cf22c8406d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 234c209afd..07284154dd 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -615,7 +615,7 @@ class PostgresInstaller extends DatabaseInstaller { $conn->commit( __METHOD__ ); } // Resume normal operations - if ( $status->isOk() ) { + if ( $status->isOK() ) { $this->enableLB(); }