miroir de
https://git.d3data.de/3rdParty/captcha-module.git
synchronisé 2025-01-31 07:18:40 +01:00
make PHP 7 compatible
Cette révision appartient à :
Parent
0607bbaa7c
révision
654ad23635
@ -36,7 +36,7 @@ class oeUserComponent extends oeUserComponent_parent
|
||||
$trace = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
||||
if(str_contains($trace, 'initAmazonPayExpress'))
|
||||
if(strpos($trace, 'initAmazonPayExpress') !== false)
|
||||
{
|
||||
return parent::createUser();
|
||||
}
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur