mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13210] Use the correct config value
This commit is contained in:
commit
d3026bd895
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ class queue extends \phpbb\cron\task\base
|
|||
*/
|
||||
public function should_run()
|
||||
{
|
||||
return $this->config['last_queue_run'] < time() - $this->config['queue_interval_config'];
|
||||
return $this->config['last_queue_run'] < time() - $this->config['queue_interval'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue