aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-24 19:25:10 -0700
committerredmatrix <git@macgirvin.com>2016-05-24 19:25:10 -0700
commitf9a295a23627cf272e14559b8a11e3780de43ea1 (patch)
tree25330d4cd6d6661f6ee0af12977d9b1f1d2f54e8 /include/config.php
parent516c43ba154dc43ec0ef6135fb0a9732d0185a6f (diff)
downloadvolse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.tar.gz
volse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.tar.bz2
volse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.zip
Add space between project name and server type
Diffstat (limited to 'include/config.php')
-rw-r--r--include/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.php b/include/config.php
index 12768f4da..29ea10b5a 100644
--- a/include/config.php
+++ b/include/config.php
@@ -44,7 +44,6 @@
* The category of the configuration value
*/
function load_config($family) {
- global $a;
if(! array_key_exists($family, App::$config))
App::$config[$family] = array();
@@ -110,6 +109,7 @@ function get_config($family, $key) {
* The configuration key to query
* @return mixed
*/
+
function get_config_from_storage($family, $key) {
$ret = q("SELECT * FROM config WHERE cat = '%s' AND k = '%s' LIMIT 1",
dbesc($family),