aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r--mod/profile_photo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index e7be543c6..d1e24269a 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -14,13 +14,13 @@ function profile_photo_init(&$a) {
}
-function profile_photo_init(&$a) {
+function profile_photo_aside(&$a) {
if(! local_user()) {
return;
}
- profile_aside($a);
+ profile_create_sidebar($a);
}