r102965 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102964‎ | r102965 | r102966 >
Date:10:34, 14 November 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r102910

Make the link to the MW page https only
Modified paths:
  • /trunk/phase3/includes/db/DatabaseError.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseError.php
@@ -255,7 +255,7 @@
256256 public $error, $errno, $sql, $fname;
257257
258258 function __construct( DatabaseBase &$db, $error, $errno, $sql, $fname ) {
259 - $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" .
 259+ $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" .
260260 "Query: $sql\n" .
261261 "Function: $fname\n" .
262262 "Error: $errno $error\n";

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102910Bug 32379 - DatabaseError.php is hardcoding http...reedy21:42, 13 November 2011

Status & tagging log