]> git.mxchange.org Git - friendica.git/commitdiff
readded note
authorPhilipp Holzer <admin@philipp.info>
Fri, 22 Feb 2019 22:55:13 +0000 (23:55 +0100)
committerPhilipp Holzer <admin@philipp.info>
Fri, 22 Feb 2019 22:55:13 +0000 (23:55 +0100)
src/Core/Config.php

index f974e2fff295673cc9fb29cce0e27bee503e3dc9..44556a6017dcfda80cac4b9b9b0b9c4ab556209b 100644 (file)
@@ -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)