aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/config
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-12 00:16:01 +0100
committerNils Adermann <naderman@naderman.de>2011-01-12 01:47:41 +0100
commit8e26f14eb619c35cabfbf548e0d20926c4dd2d01 (patch)
tree023fe105d720770fffbe6ecf8b945cebc954d46e /phpBB/includes/config
parent129d3c53bc6f826ae9a9d484fda4f38f6963b375 (diff)
downloadforums-8e26f14eb619c35cabfbf548e0d20926c4dd2d01.tar
forums-8e26f14eb619c35cabfbf548e0d20926c4dd2d01.tar.gz
forums-8e26f14eb619c35cabfbf548e0d20926c4dd2d01.tar.bz2
forums-8e26f14eb619c35cabfbf548e0d20926c4dd2d01.tar.xz
forums-8e26f14eb619c35cabfbf548e0d20926c4dd2d01.zip
[task/config-class] Add an attribute for the table name in phpbb_config_db.
PHPBB3-9988
Diffstat (limited to 'phpBB/includes/config')
-rw-r--r--phpBB/includes/config/db.php6
1 files changed, 6 insertions, 0 deletions
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
@@ -34,6 +34,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
*
* @param dbal $db Database connection