security update core+modules
This commit is contained in:
@@ -476,7 +476,7 @@ class views_plugin_display extends views_plugin {
|
||||
'display_description' => FALSE,
|
||||
'use_ajax' => TRUE,
|
||||
'hide_attachment_summary' => TRUE,
|
||||
'hide_admin_links' => FALSE,
|
||||
'hide_admin_links' => TRUE,
|
||||
'pager' => TRUE,
|
||||
'pager_options' => TRUE,
|
||||
'use_more' => TRUE,
|
||||
@@ -918,7 +918,7 @@ class views_plugin_display extends views_plugin {
|
||||
/**
|
||||
* Get a full array of handlers for $type. This caches them.
|
||||
*/
|
||||
function get_handlers($type) {
|
||||
function &get_handlers($type) {
|
||||
if (!isset($this->handlers[$type])) {
|
||||
$this->handlers[$type] = array();
|
||||
$types = views_object_types();
|
||||
|
||||
Reference in New Issue
Block a user