From f04ce3b093c03fc343fce5b93e6ec6c7fd1ab214 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Jan 2013 13:40:58 -0800 Subject: more work on notification system, fix a couple of minor issues from smarty conversion --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') 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); } } -- cgit v1.2.3