sn subscription fix

This commit is contained in:
friendica 2012-12-23 02:47:14 -08:00
parent a29842e301
commit e98dc70008
1 changed files with 2 additions and 1 deletions

View File

@ -358,6 +358,7 @@ function dfrn_request_post(&$a) {
intval($uid)
);
if(! count($r)) {
notice( t('This account has not been configured for email. Request failed.') . EOL);
return;
}
@ -616,7 +617,7 @@ function dfrn_request_post(&$a) {
*
*/
$url = str_replace('{uri}', $a->get_baseurl() . '/dfrn_poll/' . $nickname, $url);
$url = str_replace('{uri}', $a->get_baseurl() . '/profile/' . $nickname, $url);
goaway($url);
// NOTREACHED
// END $network === NETWORK_OSTATUS