aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 5b2102852..12c86e3a2 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -153,7 +153,7 @@ function profiles_aside(&$a) {
}
if((argc() > 1) && (intval(argv(1)))) {
- profile_aside($a);
+ profile_create_sidebar($a);
}
}