-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-RC2
-
None
In phpbb\cron\task\core\tidy_search
$search_type = basename($this->config['search_type']);
|
shoud be
$search_type = $this->config['search_type'];
|
In phpbb\cron\task\core\tidy_search
$search_type = basename($this->config['search_type']);
|
shoud be
$search_type = $this->config['search_type'];
|