(bug 9812) (regression) Edit links in regular pages now include "oldid"
authorRiver Tarnell <river@users.mediawiki.org>
Mon, 7 May 2007 07:57:29 +0000 (07:57 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Mon, 7 May 2007 07:57:29 +0000 (07:57 +0000)
commite2c99c9d37d905882a51d1858128905b2c194658
tree3f05f1ab4824b01f43ce5ab513ec804ec5871af5
parent906dd79c1fdf20623ba00aaa53891f5c7a2ce748
(bug 9812) (regression) Edit links in regular pages now include "oldid"
  Article::isCurrent() is called with no Revision object when the article was retrieved from the parser cache.  in this case, and then no oldid was given in the URL, it would return false, causing spurious &oldid= parameters in the edit link.  instead, if no oldid was given, assume we are viewing the current revision.
includes/Article.php