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 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 074fcde73..ba8208df3 100644 --- a/boot.php +++ b/boot.php @@ -1343,7 +1343,7 @@ function profile_load(&$a, $nickname, $profile = 0) { return; }} -function profile_aside(&$a) { +function profile_create_sidebar(&$a) { $block = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false); -- cgit v1.2.3