Skip to content

Commit

Permalink
MDL-40842 output: fixed fatal error display bug - thanks Marina for s…
Browse files Browse the repository at this point in the history
…potting it!
  • Loading branch information
Sam Hemelryk committed Aug 1, 2013
1 parent 1444b2e commit 4c2892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ public function fatal_error($message, $moreinfourl, $link, $backtrace, $debuginf
$message .= '<p class="errormessage">' . get_string('installproblem', 'error') . '</p>';
//It is usually not possible to recover from errors triggered during installation, you may need to create a new database or use a different database prefix for new installation.
}
$output .= $this->box($message, 'errorbox', array('data-rel' => 'fatalerror'));
$output .= $this->box($message, 'errorbox', null, array('data-rel' => 'fatalerror'));

if (debugging('', DEBUG_DEVELOPER)) {
if (!empty($debuginfo)) {
Expand Down

0 comments on commit 4c2892c

Please sign in to comment.