mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/17413] Fix setting solved state on valid confirm code
PHPBB-17413
This commit is contained in:
@@ -87,6 +87,7 @@ abstract class base implements plugin_interface
|
||||
{
|
||||
if ($this->confirm_id && hash_equals($this->code, $this->confirm_code))
|
||||
{
|
||||
$this->solved = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user