mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
설문조사 컴포넌트를 사용할 수 없는 문제 해결
This commit is contained in:
parent
3a03246a9a
commit
3300e8c486
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ class pollController extends poll
|
|||
/**
|
||||
* @brief after a qeustion is created in the popup window, register the question during the save time
|
||||
*/
|
||||
function procInsert()
|
||||
function procPollInsert()
|
||||
{
|
||||
$stop_date = Context::get('stop_date');
|
||||
if($stop_date < date('Ymd'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue