mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/7262] Add note about set_config() not updating is_dynamic.
PHPBB3-7262
This commit is contained in:
parent
a9037a68c1
commit
6bf64d5620
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ function request_var($var_name, $default, $multibyte = false, $cookie = false)
|
||||||
/**
|
/**
|
||||||
* Sets a configuration option's value.
|
* Sets a configuration option's value.
|
||||||
*
|
*
|
||||||
|
* Please note that this function does not update the is_dynamic value for
|
||||||
|
* an already existing config option.
|
||||||
|
*
|
||||||
* @param string $config_name The configuration option's name
|
* @param string $config_name The configuration option's name
|
||||||
* @param string $config_value New configuration value
|
* @param string $config_value New configuration value
|
||||||
* @param bool $is_dynamic Whether this variable should be cached (false) or
|
* @param bool $is_dynamic Whether this variable should be cached (false) or
|
||||||
|
|
Loading…
Add table
Reference in a new issue