Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -180,10 +180,10 @@ |
181 | 181 | if ( $rows >= 1 ) { |
182 | 182 | $result = $this->db->query( 'CREATE LANGUAGE plpgsql' ); |
183 | 183 | if ( !$result ) { |
184 | | - return Status::newFatal( 'pg-no-plpgsql', $wgDBname ); |
| 184 | + return Status::newFatal( 'config-pg-no-plpgsql', $wgDBname ); |
185 | 185 | } |
186 | 186 | } else { |
187 | | - return Status::newFatal( 'pg-no-plpgsql', $wgDBname ); |
| 187 | + return Status::newFatal( 'config-pg-no-plpgsql', $wgDBname ); |
188 | 188 | } |
189 | 189 | } |
190 | 190 | return Status::newGood(); |