aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-12 08:42:00 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-12 08:42:00 +0200
commit18ecac4e933e96f4ddc8b53ee1291b70c2a99540 (patch)
tree3de9ca39a3b7918f1203febae8744df98b4e2a94 /mod/settings.php
parent6c50eba206ee4f3e43580ef4a29f24f04760b248 (diff)
downloadvolse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.tar.gz
volse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.tar.bz2
volse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.zip
settings: remove call to profile_load()
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 94851c20b..2dd9fb9a6 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -15,10 +15,6 @@ function get_theme_config_file($theme){
}
function settings_init(&$a) {
- if(local_user()) {
- profile_load($a,$a->user['nickname']);
- }
-
// These lines provide the javascript needed by the acl selector
$a->page['htmlhead'] .= "<script> var ispublic = '" . t('everybody') . "';" ;