설문조사 컴포넌트를 사용할 수 없는 문제 해결

This commit is contained in:
Eunsoo Lee 2015-01-10 17:05:49 +09:00
parent 3a03246a9a
commit 3300e8c486
3 changed files with 3 additions and 3 deletions

View file

@ -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'))