Revision timestamp comes out as the current time when no rev ID is given (like the...
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 6 Jan 2008 03:17:09 +0000 (03:17 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 6 Jan 2008 03:17:09 +0000 (03:17 +0000)
commit3ba2d84bd1a1f6a4ae1354943322a1545b8abe02
tree50bbb979cda1af895cbc7805b84005da3691c208
parent7f9fbfe940e924d243463083e6a819ccf575bd80
Revision timestamp comes out as the current time when no rev ID is given (like the first time prepareTextForEdit() is called). This works for new revisions, but is wrong for null edits. Needs to be flagged so that editUpdates() knows to parse after rev ID given so that it can get the last timestamp.
includes/Parser.php