diff options
Diffstat (limited to 'phpBB/includes/db/dbal.php')
-rw-r--r-- | phpBB/includes/db/dbal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index a1266b637e..f3dbae804a 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -632,7 +632,7 @@ class dbal { global $cache, $starttime, $user; - if (empty($_REQUEST['explain'])) + if (!request::variable('explain', false)) { return false; } |