Issue #2187421 by InternetDevels: Remove silly assignment in views_ui_preprocess_views_view().

8.0.x
Nathaniel Catchpole 2014-02-13 11:55:51 +00:00
parent ee70c3c82b
commit d85b23830f
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ function views_ui_preprocess_views_view(&$variables) {
'#theme_wrappers' => array('views_ui_container'),
'#attributes' => array('class' => 'contextual-region'),
);
$variables[$section] = $variables[$section];
}
}
}