From d1f46d85521876678152f2d06b61cbf212356f6f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 26 Feb 2009 13:37:00 -0800 Subject: add conversation to notice class --- classes/Notice.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/Notice.php') diff --git a/classes/Notice.php b/classes/Notice.php index 8300667fa..ce5243841 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -46,6 +46,7 @@ class Notice extends Memcached_DataObject public $reply_to; // int(4) public $is_local; // tinyint(1) public $source; // varchar(32) + public $conversation; // int(4) /* Static get */ function staticGet($k,$v=NULL) { -- cgit v1.2.3-54-g00ecf