Skip to content

Commit 926665a

Browse files
committed
this time
1 parent 6e239b6 commit 926665a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/classes/gui/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function actions($btn_txt='Submit', $btn_class='btn btn-outline-primary',
226226
}
227227
$this->form .= '<div id="'.$results_id.'"></div>
228228
<input type="hidden" name="form_id" value="'.$this->form_id.'" id="form-id-'.$this->form_id.'">
229-
<input type="hidden" name="token" value="'.$_SESSION['token'][$this->form_id].'" id="'.$this->form_id.'-token">
229+
<input type="hidden" name="token" value="'.$_SESSION['token'][$this->form_id]['token2'].'" id="'.$this->form_id.'-token">
230230
<div class="'.$div_classes.'">
231231
'.$b4_btn
232232
.$this->html_builders->create_button('', $this->form_id.'-btn',

0 commit comments

Comments
 (0)