X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresInstaller.php;h=a1a80612ab193ec6102efe7559d194daf16fd855;hb=b950c0e8eaaa35ce4bf9f1dc0f73964e469f80b1;hp=21b6f39720a372957b39a4f86e54056f9d5d7935;hpb=de374ac282c66e0141ea5c9979130e80a69b9f28;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 21b6f39720..a1a80612ab 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -47,7 +47,7 @@ class PostgresInstaller extends DatabaseInstaller { ]; public static $minimumVersion = '9.2'; - protected static $notMiniumumVerisonMessage = 'config-postgres-old'; + protected static $notMinimumVerisonMessage = 'config-postgres-old'; public $maxRoleSearchDepth = 5; protected $pgConns = [];