aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-16 16:40:09 -0800
committerFriendika <info@friendika.com>2011-01-16 16:40:09 -0800
commit3811923c14b5a2be88104ea8069d0d0bb3d9800a (patch)
tree0f795c6a1da2523ffaf6b2e9aafeecf8de472c33 /mod/profile.php
parentfa9e1a9abba4e116a24f5df3680dcf1a6f8b3f72 (diff)
downloadvolse-hubzilla-3811923c14b5a2be88104ea8069d0d0bb3d9800a.tar.gz
volse-hubzilla-3811923c14b5a2be88104ea8069d0d0bb3d9800a.tar.bz2
volse-hubzilla-3811923c14b5a2be88104ea8069d0d0bb3d9800a.zip
put birthday reminders on default network page, add smileys to private mail
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 9b8388177..bcd2b64e3 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -230,7 +230,7 @@ function profile_content(&$a, $update = 0) {
if($is_owner && ! $update)
- $o .= get_birthdays();
+ $o .= get_birthdays();
$cmnt_tpl = load_view_file('view/comment_item.tpl');