mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 11:14:12 +02:00
Fix issue processwire/processwire-issues#1834
This commit is contained in:
@@ -1004,6 +1004,7 @@ class ProcessCommentsManager extends Process {
|
|||||||
|
|
||||||
$classes = array(
|
$classes = array(
|
||||||
'input' => 'CommentInput',
|
'input' => 'CommentInput',
|
||||||
|
'select' => '',
|
||||||
'textarea' => '',
|
'textarea' => '',
|
||||||
'radio' => '',
|
'radio' => '',
|
||||||
'checkbox' => '',
|
'checkbox' => '',
|
||||||
@@ -1666,4 +1667,3 @@ class ProcessCommentsManager extends Process {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user