$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)) {