diff --git a/phpBB/includes/config/db.php b/phpBB/includes/config/db.php index a753d12cd0..74fb0504ce 100644 --- a/phpBB/includes/config/db.php +++ b/phpBB/includes/config/db.php @@ -33,6 +33,12 @@ class phpbb_config_db extends phpbb_config */ protected $db; + /** + * Name of the database table used for configuration. + * @var string + */ + protected $table; + /** * Creates a configuration container with a default set of values *