aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index fad8bc79b..4b5f92a1f 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -99,7 +99,7 @@ function profile_content(&$a, $update = 0) {
$o .= replace_macros($tpl,array(
'$url' => $a->get_baseurl() . '/' . $a->cmd,
'$phototab' => $a->get_baseurl() . '/photos/' . $a->profile['nickname'],
- '$status' => t('Status')
+ '$status' => t('Status'),
'$profile' => t('Profile'),
'$photos' => t('Photos')
));