1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/16346] More fixes

PHPBB3-16346
This commit is contained in:
rubencm
2020-08-10 07:14:30 +00:00
parent 52b7125cce
commit 758c28ca69
2 changed files with 2 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ class config_php_file
{
if (!$this->config_loaded && file_exists($this->config_file))
{
$defined_vars = null; // Define variable before call get_defined_vars
$defined_vars = get_defined_vars();
require($this->config_file);