aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-21 15:12:40 -0700
committerFriendika <info@friendika.com>2011-03-21 15:12:40 -0700
commitd71db3e0645a71cf65b095f9cf0dcfdd2b2b8980 (patch)
treeb1d1975dcfaeda0498c7591412c30084e45d47da /mod/profile.php
parent64e92f34d94bec6800fd01a971b4bd901b3a51ca (diff)
downloadvolse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.tar.gz
volse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.tar.bz2
volse-hubzilla-d71db3e0645a71cf65b095f9cf0dcfdd2b2b8980.zip
typo
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 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')
));