From: Brion Vibber Date: Fri, 12 Feb 2010 23:30:23 +0000 (-0800) Subject: fix for Atom notice output: correct check against conversation & current id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6f1df8b76259acfc0d0566e8bf3610172b27884;p=quix0rs-gnu-social.git fix for Atom notice output: correct check against conversation & current id --- diff --git a/classes/Notice.php b/classes/Notice.php index 924931e42b..73b22d58a0 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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',