Issue #330 : Undefined property: stdClass::.

This commit is contained in:
opi 2019-09-09 16:40:23 +02:00
parent 69f1697128
commit 8d901e6501
No known key found for this signature in database
GPG key ID: 246F5501C061B01D

View file

@ -227,7 +227,7 @@
{foreach $slots as $id=>$slot}
<td class="bg-info" headers="C{$id}">
<ul class="list-unstyled choice">
{if $poll->valuemax eq NULL || $best_choices['y'][$i] lt $poll->valuemax}
{if $poll->ValueMax eq NULL || $best_choices['y'][$i] lt $poll->ValueMax}
<li class="yes">
<input type="radio" id="y-choice-{$id}" name="choices[{$id}]" value="2"
{(!isset($selectedNewVotes[$id]) || ("2" !== $selectedNewVotes[$id])) ? "" : " checked"}