Index: trunk/phase3/includes/DifferenceEngine.php |
— | — | @@ -166,7 +166,8 @@ |
167 | 167 | // Look for an unpatrolled change corresponding to this diff |
168 | 168 | $change = RecentChange::newFromConds( |
169 | 169 | array( |
170 | | - // Add redundant timestamp so we use the existing index |
| 170 | + // Add redundant timestamp condition so we can use the |
| 171 | + // existing index |
171 | 172 | 'rc_timestamp' => $this->mNewRev->getTimestamp(), |
172 | 173 | 'rc_this_oldid' => $this->mNewid, |
173 | 174 | 'rc_last_oldid' => $this->mOldid, |