Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -788,7 +788,7 @@ |
789 | 789 | try { |
790 | 790 | $out = $wgParser->parse( $text, $this->parserTitle, $this->parserOptions, $lineStart ); |
791 | 791 | $html = $out->getText(); |
792 | | - } catch ( InstallerDBAccessError $e ) { |
| 792 | + } catch ( DBAccessError $e ) { |
793 | 793 | $html = '<!--DB access attempted during parse--> ' . htmlspecialchars( $text ); |
794 | 794 | if ( !empty( $this->debug ) ) { |
795 | 795 | $html .= "<!--\n" . $e->getTraceAsString() . "\n-->"; |