Index: trunk/phase3/includes/DifferenceEngine.php |
— | — | @@ -166,6 +166,7 @@ |
167 | 167 | // Look for an unpatrolled change corresponding to this diff |
168 | 168 | $change = RecentChange::newFromConds( |
169 | 169 | array( |
| 170 | + 'rc_timestamp' => $this->mNewRev->getTimestamp(), |
170 | 171 | 'rc_this_oldid' => $this->mNewid, |
171 | 172 | 'rc_last_oldid' => $this->mOldid, |
172 | 173 | 'rc_patrolled' => 0, |