Fix retarded spelling mistake
This commit is contained in:
parent
3beddffc39
commit
525358fa10
|
@ -1019,7 +1019,7 @@ class Notice extends Memcached_DataObject
|
||||||
&& $this->conversation != $this->notice->id) {
|
&& $this->conversation != $this->notice->id) {
|
||||||
$xs->element(
|
$xs->element(
|
||||||
'link', array(
|
'link', array(
|
||||||
'rel' => 'osatus:conversation',
|
'rel' => 'ostatus:conversation',
|
||||||
'href' => common_local_url(
|
'href' => common_local_url(
|
||||||
'conversation',
|
'conversation',
|
||||||
array('id' => $this->conversation)
|
array('id' => $this->conversation)
|
||||||
|
@ -1035,7 +1035,7 @@ class Notice extends Memcached_DataObject
|
||||||
if (!empty($profile)) {
|
if (!empty($profile)) {
|
||||||
$xs->element(
|
$xs->element(
|
||||||
'link', array(
|
'link', array(
|
||||||
'rel' => 'osatus:attention',
|
'rel' => 'ostatus:attention',
|
||||||
'href' => $profile->getAcctUri()
|
'href' => $profile->getAcctUri()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user