r67745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67744‎ | r67745 | r67746 >
Date:19:07, 9 June 2010
Author:demon
Status:ok
Tags:
Comment:
Fix rename of exception from when I moved it
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -788,7 +788,7 @@
789789 try {
790790 $out = $wgParser->parse( $text, $this->parserTitle, $this->parserOptions, $lineStart );
791791 $html = $out->getText();
792 - } catch ( InstallerDBAccessError $e ) {
 792+ } catch ( DBAccessError $e ) {
793793 $html = '<!--DB access attempted during parse--> ' . htmlspecialchars( $text );
794794 if ( !empty( $this->debug ) ) {
795795 $html .= "<!--\n" . $e->getTraceAsString() . "\n-->";

Status & tagging log