mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[task/config-class] Add an attribute for the table name in phpbb_config_db.
PHPBB3-9988
This commit is contained in:
parent
129d3c53bc
commit
8e26f14eb6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue