The 'target' is an argument to common_local_url not the target profile

This commit is contained in:
Mikael Nordfeldth 2015-07-10 22:49:38 +02:00
parent a964ea61cd
commit 55b2d124bc
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ class OStatusPlugin extends Plugin
$action->elementStart('div', 'entity_actions');
$action->elementStart('p', array('id' => 'entity_remote_subscribe',
'class' => 'entity_subscribe'));
$action->element('a', array('href' => common_local_url($action->getTarget()),
$action->element('a', array('href' => common_local_url($target),
'class' => 'entity_remote_subscribe'),
// TRANS: Link text for link to remote subscribe.
_m('Remote'));