Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -563,7 +563,7 @@ |
564 | 564 | 'title' => $prefixedText, |
565 | 565 | 'revision' => strval( $oldid ), |
566 | 566 | 'latest' => strval( $latest ), |
567 | | - 'timestamp' => wfTimestamp( TS_UNIX, $revision->mTimestamp ), |
| 567 | + 'timestamp' => wfTimestamp( TS_UNIX, $revision->getTimestamp() ), |
568 | 568 | 'url' => $title->getCanonicalURL(), |
569 | 569 | 'currentVersion' => $currentVersion, |
570 | 570 | ); |