aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/config_php_file.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/phpbb/config_php_file.php b/phpBB/phpbb/config_php_file.php
index c0aa3567e6..1a562e470d 100644
--- a/phpBB/phpbb/config_php_file.php
+++ b/phpBB/phpbb/config_php_file.php
@@ -42,6 +42,8 @@ class config_php_file
*/
protected $config_file;
+ private $defined_vars;
+
/**
* Constructor
*
@@ -108,7 +110,6 @@ class config_php_file
{
if (file_exists($this->config_file))
{
- $this->defined_vars = null;
$this->defined_vars = get_defined_vars();
require($this->config_file);