Vergleich inc/class_error.php - 1.8.33 - 1.8.34

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 180Zeile 180

$file = str_replace(MYBB_ROOT, "", $file);



$file = str_replace(MYBB_ROOT, "", $file);


		$this->has_errors = true;




		if($type == MYBB_SQL || strpos(strtolower($this->error_types[$type]), 'warning') === false)
{
$this->has_errors = true;
}


// For some reason in the installer this setting is set to "<"
$accepted_error_types = array('both', 'error', 'warning', 'none');


// For some reason in the installer this setting is set to "<"
$accepted_error_types = array('both', 'error', 'warning', 'none');