This commit is contained in:
Daniil Gentili 2017-07-26 09:25:26 +02:00
parent 9496ce054b
commit e72d941671

View File

@ -40,6 +40,6 @@ trait PrettyException
$tl = false;
}
}
$this->tl_trace = $this->tl_trace.$init !== '' ? "['".$init."']" : '';
$this->tl_trace .= $init !== '' ? "['".$init."']" : '';
}
}