1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/12557] Search, cron and profilefields fixes

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 04:07:08 +03:00
parent f34bc924a6
commit 8f2395857e
7 changed files with 26 additions and 4 deletions

View File

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