Projet

Général

Profil

Révision 8be7bf84

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/comment/views_handler_field_comment_link_delete.inc
25 25
   */
26 26
  public function render_link($data, $values) {
27 27
    $text = !empty($this->options['text']) ? $this->options['text'] : t('delete');
28
    $cid =  $this->get_value($values, 'cid');
28
    $cid = $this->get_value($values, 'cid');
29 29

  
30 30
    $this->options['alter']['make_link'] = TRUE;
31 31
    $this->options['alter']['path'] = "comment/" . $cid . "/delete";

Formats disponibles : Unified diff