1
0
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:
Oliver Schramm
2015-11-01 03:49:01 +01:00
parent 081424a6c4
commit 900ccd79af
4 changed files with 22 additions and 25 deletions

View File

@@ -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)
{