aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-11 04:16:58 -0800
committerFriendika <info@friendika.com>2010-12-11 04:16:58 -0800
commit6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175 (patch)
tree03870eac7d723ddb02b6e2c43cbd60acb9cb124d /mod/profile_photo.php
parent18823fe54694579ff4d61c2670b55ccd4e060957 (diff)
downloadvolse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.tar.gz
volse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.tar.bz2
volse-hubzilla-6b5a83b9b8c3c4fe0e58c92994c3a53e8f3cb175.zip
profile load optimisation
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r--mod/profile_photo.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index 39808776b..64093b2de 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -8,7 +8,6 @@ function profile_photo_init(&$a) {
return;
}
- require_once("mod/profile.php");
profile_load($a,$a->user['nickname']);
}