mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2025-01-31 07:18:40 +01:00
make PHP 7 compatible
This commit is contained in:
parent
0607bbaa7c
commit
654ad23635
@ -36,7 +36,7 @@ class oeUserComponent extends oeUserComponent_parent
|
|||||||
$trace = ob_get_contents();
|
$trace = ob_get_contents();
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
|
|
||||||
if(str_contains($trace, 'initAmazonPayExpress'))
|
if(strpos($trace, 'initAmazonPayExpress') !== false)
|
||||||
{
|
{
|
||||||
return parent::createUser();
|
return parent::createUser();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user