Fix incorrect method name
authorAryeh Gregor <ayg@aryeh.name>
Mon, 6 Aug 2018 17:33:35 +0000 (20:33 +0300)
committerKrinkle <krinklemail@gmail.com>
Tue, 7 Aug 2018 16:16:26 +0000 (16:16 +0000)
commita49a6376be76f074eeed57ca16fd1c48074a5668
treef41ebf9b97a4d58c9e53c2292f08c3ee55eff508
parent22dd581f10feae51d8c6fd33d272e34634511e69
Fix incorrect method name

getTimestamp() returns the timestamp of the revision, and as far as I
can tell that's null here, presumably because we haven't saved the
content and thus there is no revision. getCacheTime() returns the time
when the page was parsed, which is probably what we want.

Change-Id: I7dc446800656236f6ecc872a65e620881e434c54
includes/api/ApiStashEdit.php