Projet

Général

Profil

Révision 1aa883a3

Ajouté par Assos Assos il y a presque 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/print/print_pdf/lib_handlers/print_pdf_mpdf/print_pdf_mpdf.module
70 70
  $tools = _print_scan_libs('mpdf', '!^autoload.php$!');
71 71
  foreach ($tools as $tool) {
72 72
    if (preg_match('!mpdf.*?/vendor/autoload.php$!', $tool)) {
73
      $pdf_tools['print_pdf_mpdf|' . $tool] = 'mPDF (' . dirname($tool) . ')';
73
      $pdf_tools['print_pdf_mpdf|' . $tool] = 'mPDF (' . dirname(dirname($tool)) . ')';
74 74
    }
75 75
  }
76 76
}

Formats disponibles : Unified diff