From: Chad Horohoe Date: Wed, 9 Jun 2010 19:07:11 +0000 (+0000) Subject: Fix rename of exception from when I moved it X-Git-Tag: 1.31.0-rc.0~36564 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b18405e87f775936f0a7d8916a2eaf5808d5e62e;p=lhc%2Fweb%2Fwiklou.git Fix rename of exception from when I moved it --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 376528f8c2..cb4b6971e5 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -788,7 +788,7 @@ abstract class Installer { try { $out = $wgParser->parse( $text, $this->parserTitle, $this->parserOptions, $lineStart ); $html = $out->getText(); - } catch ( InstallerDBAccessError $e ) { + } catch ( DBAccessError $e ) { $html = ' ' . htmlspecialchars( $text ); if ( !empty( $this->debug ) ) { $html .= "";