Projet

Général

Profil

Révision 6eb8d15f

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/view.inc
756 756
   */
757 757
  function _init_handler($key, $info) {
758 758
    // Load the requested items from the display onto the object.
759
    $this->$key = $this->display_handler->get_handlers($key);
759
    $this->$key = &$this->display_handler->get_handlers($key);
760 760

  
761 761
    // This reference deals with difficult PHP indirection.
762 762
    $handlers = &$this->$key;

Formats disponibles : Unified diff