mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17281] Update psalm config and fix issues
PHPBB3-17281
This commit is contained in:
@@ -102,8 +102,8 @@ class helper
|
||||
|
||||
if ($dss_seeded !== true && ($this->config['rand_seed_last_update'] < time() - rand(1,10)))
|
||||
{
|
||||
$this->config->set('rand_seed_last_update', time(), true);
|
||||
$this->config->set('rand_seed', $this->config['rand_seed'], true);
|
||||
$this->config->set('rand_seed_last_update', time());
|
||||
$this->config->set('rand_seed', $this->config['rand_seed']);
|
||||
$dss_seeded = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user