diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-21 17:06:38 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-21 17:06:38 -0800 |
commit | a4588af0f8ef56734ad0a974838f9efeff342eff (patch) | |
tree | 1a0a52e3ed92457ea86f44b4fc5e6f01696b011a /Zotlabs/Lib/Config.php | |
parent | 764d6e3407f75cbe7a6f9635dd40cd2cca0f2b4f (diff) | |
download | volse-hubzilla-a4588af0f8ef56734ad0a974838f9efeff342eff.tar.gz volse-hubzilla-a4588af0f8ef56734ad0a974838f9efeff342eff.tar.bz2 volse-hubzilla-a4588af0f8ef56734ad0a974838f9efeff342eff.zip |
mod_search: fix the group by mess
Diffstat (limited to 'Zotlabs/Lib/Config.php')
-rw-r--r-- | Zotlabs/Lib/Config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Config.php b/Zotlabs/Lib/Config.php index f9f22ba3a..c00b8efb6 100644 --- a/Zotlabs/Lib/Config.php +++ b/Zotlabs/Lib/Config.php @@ -142,9 +142,9 @@ class Config { /** - * @brief Returns a value directly from the database configuration storage. + * @brief Returns a record directly from the database configuration storage. * - * This function queries directly the database and bypasses the chached storage + * This function queries directly the database and bypasses the cached storage * from get_config($family, $key). * * @param string $family |