aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2015-11-01 03:49:01 +0100
committerOliver Schramm <oliver.schramm97@gmail.com>2015-11-08 03:29:37 +0100
commit900ccd79af816d8d54e6974e9163d9999a823513 (patch)
tree6b44dded82945d3be6341ef84ec80bfe47fae1bf /phpBB/phpbb/textreparser
parent081424a6c45eb05bad7b2b15a445c33d40fdc1a6 (diff)
downloadforums-900ccd79af816d8d54e6974e9163d9999a823513.tar
forums-900ccd79af816d8d54e6974e9163d9999a823513.tar.gz
forums-900ccd79af816d8d54e6974e9163d9999a823513.tar.bz2
forums-900ccd79af816d8d54e6974e9163d9999a823513.tar.xz
forums-900ccd79af816d8d54e6974e9163d9999a823513.zip
[ticket/14257] Fix CLI reparser and set cron interval
PHPBB3-14257
Diffstat (limited to 'phpBB/phpbb/textreparser')
-rw-r--r--phpBB/phpbb/textreparser/manager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/textreparser/manager.php b/phpBB/phpbb/textreparser/manager.php
index 8e997f60ef..fddd867923 100644
--- a/phpBB/phpbb/textreparser/manager.php
+++ b/phpBB/phpbb/textreparser/manager.php
@@ -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)
{