mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13210] Use the correct config value
This commit is contained in:
@@ -73,6 +73,6 @@ class queue extends \phpbb\cron\task\base
|
|||||||
*/
|
*/
|
||||||
public function should_run()
|
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'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user