aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-07 13:40:58 -0800
committerfriendica <info@friendica.com>2013-01-07 13:40:58 -0800
commitf04ce3b093c03fc343fce5b93e6ec6c7fd1ab214 (patch)
treef26e330f8dbeba32786e29d9634c6cc17f0c28a8 /boot.php
parent0001cc6fd38aaefa9bcabd1458b05ece855f3c67 (diff)
downloadvolse-hubzilla-f04ce3b093c03fc343fce5b93e6ec6c7fd1ab214.tar.gz
volse-hubzilla-f04ce3b093c03fc343fce5b93e6ec6c7fd1ab214.tar.bz2
volse-hubzilla-f04ce3b093c03fc343fce5b93e6ec6c7fd1ab214.zip
more work on notification system, fix a couple of minor issues from smarty conversion
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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);