mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14257] Fix CLI reparser and set cron interval
PHPBB3-14257
This commit is contained in:
@@ -100,7 +100,7 @@ class manager
|
||||
* Sets the interval for a text_reparser cron task
|
||||
*
|
||||
* @param string $name Name of the reparser to schedule
|
||||
* @param int $interval Interval in seconds, -1 to disable the cron task
|
||||
* @param int $interval Interval in seconds, 0 to disable the cron task
|
||||
*/
|
||||
public function schedule($name, $interval)
|
||||
{
|
||||
@@ -113,7 +113,7 @@ class manager
|
||||
/**
|
||||
* Sets the interval for all text_reparser cron tasks
|
||||
*
|
||||
* @param int $interval Interval in seconds, -1 to disable the cron task
|
||||
* @param int $interval Interval in seconds, 0 to disable the cron task
|
||||
*/
|
||||
public function schedule_all($interval)
|
||||
{
|
||||
|
Reference in New Issue
Block a user