some auto-friending cleanups

This commit is contained in:
friendica
2013-05-19 20:38:53 -07:00
parent 1f921a51ae
commit 52acfce84b
4 changed files with 12 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ function follow_init(&$a) {
goaway($return_url);
}
info( t('Channel added') . EOL);
info( t('Channel added.') . EOL);
goaway(z_root() . '/connections/' . $result['abook']['abook_id']);