Mirror von
https://git.d3data.de/3rdParty/captcha-module.git
synchronisiert 2025-01-31 07:18:40 +01:00
make PHP 7 compatible
Dieser Commit ist enthalten in:
Ursprung
0607bbaa7c
Commit
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();
|
||||
}
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren