readded note
This commit is contained in:
parent
8c3aebc376
commit
b47fc97b06
|
@ -48,6 +48,8 @@ class Config
|
|||
* @brief Get a particular user's config variable given the category name
|
||||
* ($family) and a key.
|
||||
*
|
||||
* Note: Please do not store booleans - convert to 0/1 integer values!
|
||||
*
|
||||
* @param string $cat The category of the configuration value
|
||||
* @param string $key The configuration key to query
|
||||
* @param mixed $default_value optional, The value to return if key is not set (default: null)
|
||||
|
|
Loading…
Reference in a new issue