Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_display_page.inc
118 118
        'access arguments' => $access_arguments,
119 119
        // Identify URL embedded arguments and correlate them to a handler
120 120
        'load arguments'  => array($this->view->name, $this->display->id, '%index'),
121
        // Make sure the menu router knows where views_page is.
122
        'module' => 'views',
121 123
      );
122 124
      $menu = $this->get_option('menu');
123 125
      if (empty($menu)) {
......
182 184
              'title' => $tab_options['title'],
183 185
              'description' => $tab_options['description'],
184 186
              'menu_name' => $tab_options['name'],
187
              // Make sure the menu router knows where views_page is.
188
              'module' => 'views',
185 189
            );
186 190
            switch ($tab_options['type']) {
187 191
              default:

Formats disponibles : Unified diff