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_display_page.inc
216 216
    // display, and arguments should be set on the view.
217 217
    $this->view->build();
218 218
    if (!empty($this->view->build_info['fail'])) {
219
      return drupal_not_found();
219
      return MENU_NOT_FOUND;
220 220
    }
221 221

  
222 222
    if (!empty($this->view->build_info['denied'])) {
223
      return drupal_access_denied();
223
      return MENU_ACCESS_DENIED;
224 224
    }
225 225

  
226 226
    $this->view->get_breadcrumb(TRUE);

Formats disponibles : Unified diff