1
0
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:
lavigor
2018-07-22 03:58:00 +03:00
committed by Marc Alexander
parent 6f8467a2fa
commit e616ec025c
6 changed files with 62 additions and 7 deletions

View File

@@ -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);