mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/13713] Cache SQL queries
PHPBB3-13713
This commit is contained in:
@@ -44,10 +44,10 @@ class mention
|
||||
|
||||
public function handle()
|
||||
{
|
||||
// if (!$this->request->is_ajax())
|
||||
// {
|
||||
// new RedirectResponse(append_sid($this->phpbb_root_path . 'index.' . $this->php_ext));
|
||||
// }
|
||||
if (!$this->request->is_ajax())
|
||||
{
|
||||
new RedirectResponse(append_sid($this->phpbb_root_path . 'index.' . $this->php_ext));
|
||||
}
|
||||
|
||||
$keyword = $this->request->variable('keyword', '', true);
|
||||
$topic_id = $this->request->variable('topic_id', 0);
|
||||
|
Reference in New Issue
Block a user