Skip to content

Commit 2c37984

Browse files
f
1 parent a451252 commit 2c37984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

donjo-app/controllers/Sms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ public function form_polling($id = 0)
748748
{
749749
$data = [];
750750

751-
$data['main'] = $this->sms_model->get_data_polling($id);
751+
$data['main'] = $this->sms_model->get_data_polling($id);
752752
$data['form_action'] = site_url("sms/insert_polling/{$id}");
753753
view('sms/ajax_polling_form', $data);
754754
}

0 commit comments

Comments
 (0)