Skip to content

Commit 4b0494b

Browse files
committed
docs: add CodeIgniter helper functions as comment
1 parent 9e5d651 commit 4b0494b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Twig
4141
private $functions_safe = [
4242
'form_open', 'form_close', 'form_error', 'form_hidden', 'set_value',
4343
// 'form_open_multipart', 'form_upload', 'form_submit', 'form_dropdown',
44-
// 'set_radio',
44+
// 'set_radio', 'set_select', 'set_checkbox',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)