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/plugins/views_plugin_pager.inc
107 107
   * Get the pager id, if it exists
108 108
   */
109 109
  function get_pager_id() {
110
    return isset($this->options['id']) ? $this->options['id'] : 0;
110
    return !empty($this->options['id']) ? $this->options['id'] : 0;
111 111
  }
112 112

  
113 113
  /**

Formats disponibles : Unified diff