diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-12 08:42:00 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-12 08:42:00 +0200 |
commit | 18ecac4e933e96f4ddc8b53ee1291b70c2a99540 (patch) | |
tree | 3de9ca39a3b7918f1203febae8744df98b4e2a94 /mod | |
parent | 6c50eba206ee4f3e43580ef4a29f24f04760b248 (diff) | |
download | volse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.tar.gz volse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.tar.bz2 volse-hubzilla-18ecac4e933e96f4ddc8b53ee1291b70c2a99540.zip |
settings: remove call to profile_load()
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 4 |
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') . "';" ; |