diff --git a/modules/editor/components/poll_maker/tpl/filter/insert_poll.xml b/modules/editor/components/poll_maker/tpl/filter/insert_poll.xml index 55d3413e3..42ed8801c 100644 --- a/modules/editor/components/poll_maker/tpl/filter/insert_poll.xml +++ b/modules/editor/components/poll_maker/tpl/filter/insert_poll.xml @@ -1,4 +1,4 @@ - +
diff --git a/modules/poll/conf/module.xml b/modules/poll/conf/module.xml index 10e8188b2..550e4a072 100644 --- a/modules/poll/conf/module.xml +++ b/modules/poll/conf/module.xml @@ -9,7 +9,7 @@ - + diff --git a/modules/poll/poll.controller.php b/modules/poll/poll.controller.php index dc8d04565..15dfb65a2 100644 --- a/modules/poll/poll.controller.php +++ b/modules/poll/poll.controller.php @@ -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'))