diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-19 04:07:08 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 07:06:29 +0300 |
commit | 8f2395857e785cf8b7ccb338937b7cd30b329aab (patch) | |
tree | 69f9a2901318dfeb0561d2816ffa1f0f7232b636 /phpBB/phpbb/search/fulltext_mysql.php | |
parent | f34bc924a6f16920c215fe6661dbccab1271a722 (diff) | |
download | forums-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/search/fulltext_mysql.php')
-rw-r--r-- | phpBB/phpbb/search/fulltext_mysql.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/phpbb/search/fulltext_mysql.php b/phpBB/phpbb/search/fulltext_mysql.php index d4e7de31e5..534da0e4cc 100644 --- a/phpBB/phpbb/search/fulltext_mysql.php +++ b/phpBB/phpbb/search/fulltext_mysql.php @@ -73,6 +73,12 @@ class fulltext_mysql extends \phpbb\search\base * Creates a new \phpbb\search\fulltext_mysql, which is used as a search backend * * @param string|bool $error Any error that occurs is passed on through this reference variable otherwise false + * @param string $phpbb_root_path Relative path to phpBB root + * @param string $phpEx PHP extension (php) + * @param \phpbb\auth\auth $auth Auth object + * @param \phpbb\config\config $config Config object + * @param \phpbb\db\driver\driver_interface Database object + * @param \phpbb\user $user User object */ public function __construct(&$error, $phpbb_root_path, $phpEx, $auth, $config, $db, $user) { |