* (bug 7819) Move automatic redirect edit summary after pre-save transform to work...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 6 Nov 2006 17:59:02 +0000 (17:59 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 6 Nov 2006 17:59:02 +0000 (17:59 +0000)
commit8b3ae113583a217706b7966795182dc57fc3bfb4
treed71d6927bd610bc33d63617c83da2afead04906c
parent95064a38ca415665709a4d1527509d8a850aab6c
* (bug 7819) Move automatic redirect edit summary after pre-save transform to work properly with subst: fun

Moved the check from EditPage::attemptSave() to Article::doEdit, merging two duplicate code fragments to one.
Should also work with future bot editing interface and other things that don't go through editing UI.
RELEASE-NOTES
includes/Article.php
includes/EditPage.php