use separate hcard from profile url

This commit is contained in:
Friendika 2011-08-07 19:26:44 -07:00
commit 7eb7f77413
4 changed files with 53 additions and 2 deletions

View file

@ -58,7 +58,7 @@ function follow_post(&$a) {
}
if($ret['network'] === NETWORK_OSTATUS && get_config('system','ostatus_disabled')) {
notice( t('Communication options with this network have been restricted.') . EOL);
notice( t('The profile address specified belongs to a network which has been disabled on this site.') . EOL);
$ret['notify'] = '';
}