aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cron/manager.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-19 04:07:08 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:06:29 +0300
commit8f2395857e785cf8b7ccb338937b7cd30b329aab (patch)
tree69f9a2901318dfeb0561d2816ffa1f0f7232b636 /phpBB/phpbb/cron/manager.php
parentf34bc924a6f16920c215fe6661dbccab1271a722 (diff)
downloadforums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar
forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.gz
forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.bz2
forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.tar.xz
forums-8f2395857e785cf8b7ccb338937b7cd30b329aab.zip
[ticket/12557] Search, cron and profilefields fixes
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/cron/manager.php')
-rw-r--r--phpBB/phpbb/cron/manager.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/cron/manager.php b/phpBB/phpbb/cron/manager.php
index b0601e641a..191efc70a4 100644
--- a/phpBB/phpbb/cron/manager.php
+++ b/phpBB/phpbb/cron/manager.php
@@ -35,6 +35,8 @@ class manager
* Constructor. Loads all available tasks.
*
* @param array|\Traversable $tasks Provides an iterable set of task names
+ * @param string $phpbb_root_path Relative path to phpBB root
+ * @param string $php_ext PHP extension (php)
*/
public function __construct($tasks, $phpbb_root_path, $php_ext)
{