diff options
author | Friendika <info@friendika.com> | 2011-01-03 13:53:26 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-03 13:53:26 -0800 |
commit | 0cba6b128ad98e7e32aab89462dc635c638c968a (patch) | |
tree | e727b5fd0854f822ce03cf73c773aac1d7f7a192 /mod/contacts.php | |
parent | a51a1007a38e763adcae5ea3865745b2ae80f921 (diff) | |
download | volse-hubzilla-0cba6b128ad98e7e32aab89462dc635c638c968a.tar.gz volse-hubzilla-0cba6b128ad98e7e32aab89462dc635c638c968a.tar.bz2 volse-hubzilla-0cba6b128ad98e7e32aab89462dc635c638c968a.zip |
fix typo, check for empty group in network page
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 320c0f420..92bce0a73 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -166,7 +166,7 @@ function contacts_content(&$a) { '$content' => t('stopped following'), '$nick' => $a->user['nickname'], '$verb' => ACTIVITY_UNFOLLOW, - '$ostat_follow' => '<as:verb>http://ostatus.org/schema/1.0/unfollow</as:verb>' . "\r\n"; + '$ostat_follow' => '<as:verb>http://ostatus.org/schema/1.0/unfollow</as:verb>' . "\r\n" )); if((x($orig_record[0],'notify')) && (strlen($orig_record[0]['notify']))) { |