Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/comment.views_default.inc
25 25
  $handler = $view->new_display('default', 'Master', 'default');
26 26
  $handler->display->display_options['title'] = 'Recent comments';
27 27
  $handler->display->display_options['use_more'] = TRUE;
28
  $handler->display->display_options['access']['type'] = 'none';
28
  $handler->display->display_options['access']['type'] = 'perm';
29
  $handler->display->display_options['access']['perm'] = 'access comments';
29 30
  $handler->display->display_options['cache']['type'] = 'none';
30 31
  $handler->display->display_options['query']['type'] = 'views_query';
31 32
  $handler->display->display_options['query']['options']['query_comment'] = FALSE;
......
134 135
  /* Display: Master */
135 136
  $handler = $view->new_display('default', 'Master', 'default');
136 137
  $handler->display->display_options['title'] = 'Recent posts';
137
  $handler->display->display_options['access']['type'] = 'none';
138
  $handler->display->display_options['access']['type'] = 'perm';
139
  $handler->display->display_options['access']['perm'] = 'access content';
138 140
  $handler->display->display_options['cache']['type'] = 'none';
139 141
  $handler->display->display_options['query']['type'] = 'views_query';
140 142
  $handler->display->display_options['query']['options']['query_comment'] = FALSE;

Formats disponibles : Unified diff