summaryrefslogtreecommitdiff
path: root/maintenance/convertLinks.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/convertLinks.inc')
-rw-r--r--maintenance/convertLinks.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/convertLinks.inc b/maintenance/convertLinks.inc
index f0d2c439..5f8c27a5 100644
--- a/maintenance/convertLinks.inc
+++ b/maintenance/convertLinks.inc
@@ -8,8 +8,8 @@
/** */
function convertLinks() {
global $wgDBtype;
- if( $wgDBtype == 'PostgreSQL' ) {
- print "Links table already ok on PostgreSQL.\n";
+ if( $wgDBtype == 'postgres' ) {
+ print "Links table already ok on Postgres.\n";
return;
}