* (bug 13820) Fix updater for rev_parent_id population
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 1 May 2008 22:38:22 +0000 (22:38 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 1 May 2008 22:38:22 +0000 (22:38 +0000)
commitce8925a1a935ee827a7d1221edcf39fff7979896
treef50b06ec3231c971678cc684a9804ad2f7aedec0
parent3950cc5af1dd53b9905ecff5fe377af204bb0c76
* (bug 13820) Fix updater for rev_parent_id population

Was running a command-line entry point from the middle of an updater, which is bad bad bad -- will kill the web installer and may fail on command-line updates, depending on circumstances.
RELEASE-NOTES
maintenance/populateParentId.inc [new file with mode: 0644]
maintenance/populateParentId.php
maintenance/updaters.inc