Fehler in der payment.php
Hallo!
Ich habe ein Modul namens "unerlaubte Bezahlarten" in meinen Shop eingebaut & bekomme nun beim bestellen folgende Fehlermeldung bei "checkout_confirmation.php" :
"Warning: in_array() [function.in-array]: Wrong datatype for second argument in /****/**/*****/*****/****/includes/classes/payment.php on line 86"
Dort steht folgender Code:
"if (!in_array($include_modules[$i]['class'], $unallowed_modules) && !in_array($include_modules[$i]['class'], $excluded_payments)) {// check if zone is allowed to see module"
Kann mir da jemand helfen?
|