This commit is contained in:
Daniil Gentili 2017-07-26 09:04:46 +02:00
parent ef13b191be
commit 9496ce054b

View File

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