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

@ -416,7 +416,7 @@ class view extends views_db_object {
*/
function _init_handler($key, $info) {
// Load the requested items from the display onto the object.
$this->$key = $this->display_handler->get_handlers($key);
$this->$key = &$this->display_handler->get_handlers($key);
// This reference deals with difficult PHP indirection.
$handlers = &$this->$key;