warning: in_array() expects parameter 2 to be array, string given in /var/www/labs/drupal/sites/all/modules/uc_paybox/uc_paybox.module on line 345.

if (in_array($payment_type['code'], variable_get('uc_paybox_typepaiement', ""))) {

I think:
if (in_array($payment_type['code'], variable_get('uc_paybox_typepaiement', array()))) {

Comments

mogtofu33’s picture

Assigned: arui » mogtofu33
Status: Active » Patch (to be ported)

Hi,

Corrected in dev, will be ported soon.
Thanks.

Mog.

mogtofu33’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.