There was an error while loading. Please reload this page.
1 parent a451252 commit 2c37984Copy full SHA for 2c37984
1 file changed
donjo-app/controllers/Sms.php
@@ -748,7 +748,7 @@ public function form_polling($id = 0)
748
{
749
$data = [];
750
751
- $data['main'] = $this->sms_model->get_data_polling($id);
+ $data['main'] = $this->sms_model->get_data_polling($id);
752
$data['form_action'] = site_url("sms/insert_polling/{$id}");
753
view('sms/ajax_polling_form', $data);
754
}
0 commit comments