mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/12557] Search, cron and profilefields fixes
PHPBB3-12557
This commit is contained in:
@@ -29,6 +29,8 @@ class wrapper
|
||||
* Wraps a task $task, which must implement cron_task interface.
|
||||
*
|
||||
* @param \phpbb\cron\task\task $task The cron task to wrap.
|
||||
* @param string $phpbb_root_path Relative path to phpBB root
|
||||
* @param string $php_ext PHP extension (php)
|
||||
*/
|
||||
public function __construct(\phpbb\cron\task\task $task, $phpbb_root_path, $php_ext)
|
||||
{
|
||||
|
Reference in New Issue
Block a user