use separate hcard from profile url
This commit is contained in:
parent
0745c00b16
commit
7eb7f77413
4 changed files with 53 additions and 2 deletions
|
@ -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'] = '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue