fix runtime spamming logs
This commit is contained in:
parent
3cfbf2bce5
commit
039dc5e31c
@ -581,7 +581,7 @@ function fulcrm_shoppingcart_buy_generic_product_form( $form, &$form_state, $per
|
||||
'#markup' => '<h3>' . check_plain( $product[ 'name' ] ) . '</h3>',
|
||||
);
|
||||
|
||||
drupal_set_title( check_plain( $product_data[ 'data' ][ 'name' ] ) );
|
||||
drupal_set_title( check_plain( $product[ 'data' ][ 'name' ] ) );
|
||||
|
||||
$form[ 'actions' ] = array( '#type' => 'actions' );
|
||||
$form[ 'actions' ][ 'save' ] = array( '#type' => 'submit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user