summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-26 13:37:00 -0800
committerEvan Prodromou <evan@controlyourself.ca>2009-02-26 13:37:00 -0800
commitd1f46d85521876678152f2d06b61cbf212356f6f (patch)
tree6f1aaeee7731cd5a3d6bebb92b1682d69d4b186e /classes/Notice.php
parent2674d40b62934a579c083f4f4f7f1173d64d777b (diff)
add conversation to notice class
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php1
1 files changed, 1 insertions, 0 deletions
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) {