Skip to content

Commit

Permalink
re-add page title
Browse files Browse the repository at this point in the history
  • Loading branch information
chris18890 authored Dec 17, 2023
1 parent 43514ea commit 0bf8ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm/modules/paypal_payment/paypal_payment.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ function paypal_payment_page (&$page_data, $page_name, $options) {
break;
case 'paypal-admin':
page_set_title($page_data, 'Administer Paypal Contacts');
page_add_content_top($page_data, theme('table', crm_get_table('paypal_payment_contact'), array('show_export'=>true)));
page_add_content_top($page_data, theme('table', crm_get_table('paypal_payment_contact'), array('show_export'=>true)), 'View');
page_add_content_top($page_data, theme('form', crm_get_form('paypal_payment_contact_add')), 'Add');
break;
}
Expand Down

0 comments on commit 0bf8ae0

Please sign in to comment.