contrib modules security updates
This commit is contained in:
@@ -321,6 +321,10 @@ function views_content_views_panes_content_type_render($subtype, $conf, $panel_a
|
||||
function views_content_views_panes_add_defaults(&$conf, $view) {
|
||||
$pager = $view->display_handler->get_option('pager');
|
||||
|
||||
if (empty($conf)) {
|
||||
$conf = array();
|
||||
}
|
||||
|
||||
$conf += array(
|
||||
'link_to_view' => $view->display_handler->get_option('link_to_view'),
|
||||
'more_link' => $view->display_handler->get_option('use_more'),
|
||||
|
@@ -25,7 +25,7 @@ function views_content_views_plugins() {
|
||||
'use more' => TRUE,
|
||||
'accept attachments' => TRUE,
|
||||
'help topic' => 'display-pane',
|
||||
'contextual links locations' => array('panel_pane'),
|
||||
'contextual links locations' => array('panel_pane', 'view'),
|
||||
),
|
||||
'ctools_context' => array(
|
||||
'title' => t('Context'),
|
||||
|
Reference in New Issue
Block a user