mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[task/config-class] Add an attribute for the table name in phpbb_config_db.
PHPBB3-9988
This commit is contained in:
@@ -33,6 +33,12 @@ class phpbb_config_db extends phpbb_config
|
|||||||
*/
|
*/
|
||||||
protected $db;
|
protected $db;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Name of the database table used for configuration.
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $table;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a configuration container with a default set of values
|
* Creates a configuration container with a default set of values
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user