diff --git a/fulcrm_shoppingcart.module b/fulcrm_shoppingcart.module index 4fb0c47..0be2c3c 100644 --- a/fulcrm_shoppingcart.module +++ b/fulcrm_shoppingcart.module @@ -865,7 +865,7 @@ function fulcrm_shoppingcart_buy_donation_form( $form, &$form_state, $person, $p '#default_value' => sprintf( "%.2f", $product[ '_price' ][ 'item_net' ] ), ); - drupal_set_title( check_plain( $product[ 'data' ][ 'name' ] ) ); + drupal_set_title( check_plain( $product[ 'name' ] ) ); $form[ 'actions' ] = array( '#type' => 'actions' ); $form[ 'actions' ][ 'save' ] = array( '#type' => 'submit',