diff options
Diffstat (limited to 'mod/profperm.php')
-rw-r--r-- | mod/profperm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profperm.php b/mod/profperm.php index 7c7fe7b11..8054851e8 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -18,7 +18,7 @@ function profperm_aside(&$a) { if(! local_user()) return; - profile_aside($a); + profile_create_sidebar($a); } |