aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-17 20:16:50 -0700
committerfriendica <info@friendica.com>2013-06-17 20:16:50 -0700
commit5f84e3940d6a6ba8732104bf376921c061808f18 (patch)
tree3e2576e7a26f1e7efb6076f8010dea78fc4ac36f /mod/settings.php
parentc5e38598280209903fc60c9ce996e7f3c34a4533 (diff)
downloadvolse-hubzilla-5f84e3940d6a6ba8732104bf376921c061808f18.tar.gz
volse-hubzilla-5f84e3940d6a6ba8732104bf376921c061808f18.tar.bz2
volse-hubzilla-5f84e3940d6a6ba8732104bf376921c061808f18.zip
much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days.
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index f417586af..a6d45e9b8 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -719,7 +719,6 @@ function settings_content(&$a) {
if((argc() > 1) && (argv(1) === 'features')) {
-
$arr = array();
$features = get_features();
@@ -739,6 +738,7 @@ function settings_content(&$a) {
'$submit' => t('Submit'),
'$field_yesno' => 'field_yesno.tpl',
));
+
return $o;
}