Skip to content
Snippets Groups Projects
Commit bb98f10f authored by Dmitry Demenchuk's avatar Dmitry Demenchuk
Browse files

Add definition.

parent 355424dd
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ function template_preprocess_views_bootstrap_carousel_plugin_rows(&$vars) {
$view = &$vars['view'];
foreach ($vars['options'] as $id => $field) {
$vars[$id] = $view->field[$field]->theme($vars['row']);
if ($field) {
$vars[$id] = $view->field[$field]->theme($vars['row']);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment