function activity_comments_handler_field_comments::options_validate in Activity 7
Validate the options form.
Overrides views_handler::options_validate
File
- activity_comments/
views/ activity_comments.views.inc, line 148
Class
- activity_comments_handler_field_comments
- Activity comments comment form field handler.
Code
function options_validate(&$form, &$form_state) {
$form_state['values']['templates'] = array_filter($form_state['values']['templates']);
}