mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13713] Fix priorities
PHPBB3-13713
This commit is contained in:
@@ -46,7 +46,7 @@ class mention
|
||||
{
|
||||
if (!$this->request->is_ajax())
|
||||
{
|
||||
new RedirectResponse(append_sid($this->phpbb_root_path . 'index.' . $this->php_ext));
|
||||
return new RedirectResponse(append_sid($this->phpbb_root_path . 'index.' . $this->php_ext));
|
||||
}
|
||||
|
||||
$keyword = $this->request->variable('keyword', '', true);
|
||||
|
Reference in New Issue
Block a user