Skip to content

Commit

Permalink
Test: ImageMap-Map May Not Contain Answer-Text
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Dec 18, 2024
1 parent 66a4d27 commit 23576a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function checkInput(): bool
return false;
}

$this->shapes[] = new ASS_AnswerImagemap($alt[1], 0.0, $i, $coords[1], $shape[1]);
$this->shapes[] = new ASS_AnswerImagemap($alt[1] ?? '', 0.0, $i, $coords[1], $shape[1]);
}

return true;
Expand Down

0 comments on commit 23576a7

Please sign in to comment.