mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1895 uninitialized variable in poll.controller.php
This commit is contained in:
parent
f35dfcf2bb
commit
f67568d34c
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class pollController extends poll
|
|||
$title_args->checkcount = $val->checkcount;
|
||||
$title_args->poll_count = 0;
|
||||
$title_args->list_order = $title_args->poll_index_srl * -1;
|
||||
$title_args->member_srl = $member_srl;
|
||||
$title_args->member_srl = $poll_args->member_srl;
|
||||
$title_args->upload_target_srl = $vars->upload_target_srl;
|
||||
$output = executeQuery('poll.insertPollTitle', $title_args);
|
||||
if(!$output->toBool())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue