Closed (fixed)
Project:
Paybox payment for Ubercart
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Nov 2010 at 14:28 UTC
Updated:
14 Jun 2011 at 21:31 UTC
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
Comment #1
mogtofu33 commentedHi,
Corrected in dev, will be ported soon.
Thanks.
Mog.
Comment #2
mogtofu33 commented