From bc469ac40598277a46f7d77fa892f040246d3116 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 14 Nov 2011 10:34:23 +0000 Subject: [PATCH] Followup r102910 Make the link to the MW page https only --- includes/db/DatabaseError.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/DatabaseError.php b/includes/db/DatabaseError.php index 1c48f29be6..8f6aa79c76 100644 --- a/includes/db/DatabaseError.php +++ b/includes/db/DatabaseError.php @@ -255,7 +255,7 @@ class DBQueryError extends DBError { public $error, $errno, $sql, $fname; function __construct( DatabaseBase &$db, $error, $errno, $sql, $fname ) { - $message = "A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: //www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script\n" . + $message = "A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script\n" . "Query: $sql\n" . "Function: $fname\n" . "Error: $errno $error\n"; -- 2.20.1