mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Fixes #4859 PHP8 Fatal error
This commit is contained in:
@@ -388,7 +388,7 @@ class ExtendedPasswordHandler extends UserHandler
|
||||
return PASSWORD_INVALID;
|
||||
}
|
||||
|
||||
if(ADMIN_AREA)
|
||||
if(deftrue('ADMIN_AREA'))
|
||||
{
|
||||
e107::getMessage()->addDebug("Stored Hash: ".$stored_hash);
|
||||
|
||||
|
Reference in New Issue
Block a user