summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/Reply.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Reply.php b/classes/Reply.php
index af8f0b098..2fb7a99f4 100644
--- a/classes/Reply.php
+++ b/classes/Reply.php
@@ -14,7 +14,6 @@ class Reply extends DB_DataObject
public $profile_id; // int(4) primary_key not_null
public $replied_id; // int(4)
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
- public $replied_id; // int(4)
/* Static get */
function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Reply',$k,$v); }