diff options
author | DannyS712 <DannyS712.enwiki@gmail.com> | 2019-07-08 04:39:24 +0000 |
---|---|---|
committer | DannyS712 <DannyS712.enwiki@gmail.com> | 2019-07-08 04:42:34 +0000 |
commit | 834064f645c10380be0d660d5766c5be24e4ac2c (patch) | |
tree | 06879bf8cddd4c8767ce4875f78ffcc6cc0c28d1 /includes/installer/PostgresInstaller.php | |
parent | 6661d4df9b88b940942cae9da5b6641ce5964aab (diff) | |
download | mediawikicore-834064f645c10380be0d660d5766c5be24e4ac2c.tar.gz mediawikicore-834064f645c10380be0d660d5766c5be24e4ac2c.zip |
Correct typo `notMinimumVerisonMessage'
Bug: T224449
Change-Id: I4d76f900770f74ce668abf71ea5e7a9f167f5950
Diffstat (limited to 'includes/installer/PostgresInstaller.php')
-rw-r--r-- | includes/installer/PostgresInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 6592c514207b..d6a5145cda14 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 $notMinimumVerisonMessage = 'config-postgres-old'; + protected static $notMinimumVersionMessage = 'config-postgres-old'; public $maxRoleSearchDepth = 5; protected $pgConns = []; |