Replace remaining instances of "contacts/"

This commit is contained in:
Hypolite Petovan 2018-10-18 07:48:34 -04:00
parent e2f005f68c
commit 6d5b2c484d
4 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ function follow_post(App $a)
}
goaway($return_url);
} elseif ($result['cid']) {
goaway('contacts/' . $result['cid']);
goaway('contact/' . $result['cid']);
}
info(L10n::t('The contact could not be added.'));