Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -513,7 +513,7 @@ |
514 | 514 | 'title' => $articleTitle->getPrefixedText(), |
515 | 515 | 'latest' => $latest, |
516 | 516 | 'revision' => $oldid, |
517 | | - 'timestamp' => wfTimestamp( TS_UNIX, $revsision->mTimestamp ), |
| 517 | + 'timestamp' => wfTimestamp( TS_UNIX, $revision->mTimestamp ), |
518 | 518 | 'url' => $articleTitle->getFullURL(), |
519 | 519 | 'currentVersion' => $currentVersion, |
520 | 520 | ); |