Copy-and-paste error in OStatus button output
This commit is contained in:
parent
01ea6a18f9
commit
915dd9c9b5
|
@ -247,7 +247,7 @@ class OStatusPlugin extends Plugin
|
||||||
|
|
||||||
if (empty($cur)) {
|
if (empty($cur)) {
|
||||||
$widget->out->elementStart('li', 'entity_subscribe');
|
$widget->out->elementStart('li', 'entity_subscribe');
|
||||||
$profile = $peopletag->getTagger();
|
|
||||||
$url = common_local_url('ostatusinit',
|
$url = common_local_url('ostatusinit',
|
||||||
array('group' => $group->nickname));
|
array('group' => $group->nickname));
|
||||||
$widget->out->element('a', array('href' => $url,
|
$widget->out->element('a', array('href' => $url,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user