Update poll.model.php

This commit is contained in:
sejin7940 2015-05-26 20:20:24 +09:00
parent 404c894a9a
commit 6bae73bb09

View file

@ -76,7 +76,7 @@ class pollModel extends poll
$poll->poll_srl = $poll_srl;
// Only ongoing poll results
if($poll->stop_date > date("Ymd"))
if($poll->stop_date >= date("Ymd"))
{
if($this->isPolled($poll_srl)) $tpl_file = "result";
else $tpl_file = "form";