Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/analyze.inc
113 113
    if ($display->handler->has_path() && $path = $display->handler->get_option('path')) {
114 114
      $normal_path = drupal_get_normal_path($path);
115 115
      if ($path != $normal_path) {
116
        $ret[] = views_ui_analysis(t('You have configured display %display with a path which is an path alias as well. This might lead to unwanted effects so better use an internal path.', array('%display' => $display->display_title)), 'warning');
116
        $ret[] = views_ui_analysis(t('You have configured display %display with a path which is a path alias as well. This might lead to unwanted effects so you should use an internal path.', array('%display' => $display->display_title)), 'warning');
117 117
      }
118 118
    }
119 119
  }

Formats disponibles : Unified diff