Applied D6LTS contrib patch SA-CONTRIB-2014-054

This commit is contained in:
Manuel Cillero 2018-05-08 13:03:30 +02:00
parent e9fe735920
commit 17454ca200
2 changed files with 2 additions and 2 deletions

View file

@ -565,7 +565,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();