diff options
author | Friendika <info@friendika.com> | 2010-12-11 04:16:58 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-11 04:16:58 -0800 |
commit | 6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175 (patch) | |
tree | 03870eac7d723ddb02b6e2c43cbd60acb9cb124d /mod/settings.php | |
parent | 18823fe54694579ff4d61c2670b55ccd4e060957 (diff) | |
download | volse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.tar.gz volse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.tar.bz2 volse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.zip |
profile load optimisation
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php index 7ed7ad32e..a8e02ea40 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -3,7 +3,6 @@ function settings_init(&$a) { if(local_user()) { - require_once("mod/profile.php"); profile_load($a,$a->user['nickname']); } } |