mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#420 설문조사 결과보기 제목 노출 문제 수정
This commit is contained in:
parent
fcf393b4b8
commit
cfb99c1088
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class pollModel extends poll
|
|||
$poll->poll_count = (int)$output->data->poll_count;
|
||||
$poll->stop_date = $output->data->stop_date;
|
||||
|
||||
$columnList = array('poll_index_srl', 'checkcount', 'poll_count');
|
||||
$columnList = array('poll_index_srl', 'title', 'checkcount', 'poll_count');
|
||||
$output = executeQuery('poll.getPollTitle', $args, $columnList);
|
||||
if(!$output->data) return;
|
||||
if(!is_array($output->data)) $output->data = array($output->data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue