Skip to content
Snippets Groups Projects
Commit 628aef39 authored by Jeroen  Van Beirendonck's avatar Jeroen Van Beirendonck Committed by Kevin Kaland
Browse files

Issue #2140435 by oenie, wizonesolutions: Confusing hook name...

Issue #2140435 by oenie, wizonesolutions: Confusing hook name 'hook_fillpdf_merge_fields_alter_alter'
parent 39a46430
No related branches found
No related tags found
No related merge requests found
......@@ -598,7 +598,9 @@ function fillpdf_merge_pdf($fid, $nids = NULL, $webform_arr = NULL, $sample = NU
'uc_orders' => $uc_orders,
'uc_order_products' => $uc_order_products,
);
// @todo: Remove first hook in next major version. There for backwards-compatibility.
drupal_alter('fillpdf_merge_fields_alter', $fields, $context);
drupal_alter('fillpdf_merge_fields', $fields, $context);
$pdf_data = _fillpdf_get_file_contents($fillpdf_info->url, "<front>");
switch (variable_get('fillpdf_service')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment