mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/16737] Fix test
PHPBB3-16737
This commit is contained in:
@@ -385,7 +385,8 @@ class acp_search
|
|||||||
// Entering here for the first time
|
// Entering here for the first time
|
||||||
if (empty($state))
|
if (empty($state))
|
||||||
{
|
{
|
||||||
if ($this->request->is_set_post('search_type', '')) {
|
if ($this->request->is_set_post('search_type', ''))
|
||||||
|
{
|
||||||
$state = [
|
$state = [
|
||||||
self::STATE_SEARCH_TYPE => $this->request->variable('search_type', ''),
|
self::STATE_SEARCH_TYPE => $this->request->variable('search_type', ''),
|
||||||
self::STATE_ACTION => $action,
|
self::STATE_ACTION => $action,
|
||||||
|
Reference in New Issue
Block a user