Fixed undefined variable errors

This commit is contained in:
Alexander Nell
2020-04-21 17:52:15 +02:00
parent ffd46c3cdd
commit 567c6a0aa2
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ class ChangeLog implements CommandListener {
$posX = -0.45*$width;
$initialPosY = 0.4*$height - 5;
$posY = $initialPosY;
$changelog = $this->getChangeLogArray();
if (empty($changelog)) {