problem with remote subscription on groups in OStatus

This commit is contained in:
Evan Prodromou 2011-09-17 17:28:01 -04:00
parent 4d09d3c680
commit f52d33753e

View File

@ -246,7 +246,7 @@ class OStatusPlugin extends Plugin
$cur = common_current_user(); $cur = common_current_user();
if (empty($cur)) { if (empty($cur)) {
$output->elementStart('li', 'entity_subscribe'); $widget->out->elementStart('li', 'entity_subscribe');
$profile = $peopletag->getTagger(); $profile = $peopletag->getTagger();
$url = common_local_url('ostatusinit', $url = common_local_url('ostatusinit',
array('group' => $group->nickname)); array('group' => $group->nickname));
@ -255,7 +255,7 @@ class OStatusPlugin extends Plugin
// TRANS: Link to subscribe to a remote entity. // TRANS: Link to subscribe to a remote entity.
_m('Subscribe')); _m('Subscribe'));
$output->elementEnd('li'); $widget->out->elementEnd('li');
return false; return false;
} }