• Resolved filipexts

    (@filipexts)


    When debug is on I was getting this error:

    Notice: Undefined offset: 0 in /var/www/html/wp-content/plugins/woocommerce-checkout-manager/includes/model/class-wooccm-field.php on line 364

    Without deepening the understanding it seems like its only a minor bug.
    I fixed with the following change:
    $field[‘position’] = $position[array_key_first( $position )];

    If Im wrong and there is something wrong in my fields or something like that, please warn me.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined offset: 0’ is closed to new replies.