fix for Atom notice output: correct check against conversation & current id
This commit is contained in:
parent
38f42d56bc
commit
d6f1df8b76
|
@ -1016,7 +1016,7 @@ class Notice extends Memcached_DataObject
|
|||
}
|
||||
|
||||
if (!empty($this->conversation)
|
||||
&& $this->conversation != $this->notice->id) {
|
||||
&& $this->conversation != $this->id) {
|
||||
$xs->element(
|
||||
'link', array(
|
||||
'rel' => 'ostatus:conversation',
|
||||
|
|
Loading…
Reference in New Issue
Block a user