mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'prep-release-3.1.0' into develop-ascraeus
* prep-release-3.1.0: [ticket/13210] Use the correct config value
This commit is contained in:
commit
d2e3198407
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue