CommentdeletionhistoryQuery: 1970-01-01 -> -02

refs #7000
This commit is contained in:
Thomas Gelf 2014-09-02 17:02:58 +02:00
parent b60b811335
commit 1734f01040
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class CommentdeletionhistoryQuery extends IdoQuery
array() array()
)->join( )->join(
array('h' => $this->prefix . 'commenthistory'), array('h' => $this->prefix . 'commenthistory'),
'o.' . $this->object_id . ' = h.' . $this->object_id . " AND o.is_active = 1 AND h.deletion_time > '1970-01-01 00:00:00' AND h.entry_type <> 2", 'o.' . $this->object_id . ' = h.' . $this->object_id . " AND o.is_active = 1 AND h.deletion_time > '1970-01-02 00:00:00' AND h.entry_type <> 2",
array() array()
); );
$this->joinedVirtualTables = array('commenthistory' => true); $this->joinedVirtualTables = array('commenthistory' => true);