1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #5822 from rxu/ticket/16307

[ticket/16307] Fix SQL time reporting when debug.sql_explain parameter is set
This commit is contained in:
Marc Alexander
2020-01-22 21:22:38 +01:00

View File

@@ -1037,12 +1037,6 @@ abstract class driver implements driver_interface
function sql_report($mode, $query = '')
{
global $cache, $starttime, $phpbb_root_path, $phpbb_path_helper;
global $request;
if (is_object($request) && !$request->variable('explain', false))
{
return false;
}
if (!$query && $this->query_hold != '')
{